Hello,
At some servers (few) when I connect with them via https I get the message "connection was reset".
This message or other with the same meaning i get from any browser (Chrome, Firefox, Opera, wget, curl) or other clients that try to connect using various enviroments like Apache Cordova using nodejs for example.
Examples
wget --no-check-certificate https://140.211.11.121/repos/asf?p=c...h=3.5.1;sf=tgz
--2014-08-22 13:59:43-- https://140.211.11.121/repos/asf?p=cordova-android.git
Connecting to 140.211.11.121:443... connected.
Unable to establish SSL connection.
Or Firefox returns:
The connection was resetThe connection to the server was reset while the page was loading.
I think that source of this issue is in following:
openssl s_client -connect git-wip-us.apache.org:443 -state -nbio
CONNECTED(00000003)
turning on non blocking io
SSL_connect:before/connect initialization
SSL_connect:SSLv2/v3 write client hello A
SSL_connect:error in SSLv2/v3 read server hello A
write R BLOCK
SSL_connect:error in SSLv2/v3 read server hello A
read:errno=104
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 305 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
---
Can anyone help me to be overtaken this problem
Many Thanks,
Christos
At some servers (few) when I connect with them via https I get the message "connection was reset".
This message or other with the same meaning i get from any browser (Chrome, Firefox, Opera, wget, curl) or other clients that try to connect using various enviroments like Apache Cordova using nodejs for example.
Examples
wget --no-check-certificate https://140.211.11.121/repos/asf?p=c...h=3.5.1;sf=tgz
--2014-08-22 13:59:43-- https://140.211.11.121/repos/asf?p=cordova-android.git
Connecting to 140.211.11.121:443... connected.
Unable to establish SSL connection.
Or Firefox returns:
The connection was resetThe connection to the server was reset while the page was loading.
I think that source of this issue is in following:
openssl s_client -connect git-wip-us.apache.org:443 -state -nbio
CONNECTED(00000003)
turning on non blocking io
SSL_connect:before/connect initialization
SSL_connect:SSLv2/v3 write client hello A
SSL_connect:error in SSLv2/v3 read server hello A
write R BLOCK
SSL_connect:error in SSLv2/v3 read server hello A
read:errno=104
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 305 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
---
Can anyone help me to be overtaken this problem
Many Thanks,
Christos