OpenSSL> s_client -prexit -connect 202.56.245.223:443 -state
Loading 'screen' into random state - done
connect: Bad file descriptor
connect:errno=10060
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 0 bytes
---
New, (NONE), Cipher is (NONE)
Compression: NONE
Expansion: NONE
---
error in s_client
I am found this message.(witout proxy)
(in case of proxy)
OpenSSL> s_client -prexit -connect 192.9.202.5.202.56.245.223:443 -state
Loading 'screen' into random state - done
CONNECTED(0000034C)
SSL_connect:before/connect initialization
SSL_connect:SSLv2/v3 write client hello A
544:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:.\ssl\s23_lib.
c:188:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 148 bytes
---
New, (NONE), Cipher is (NONE)
Compression: NONE
Expansion: NONE
---
(in case of proxy)
OpenSSL> s_client -prexit -connect 192.9.202.5.202.56.245.223:8080 -state
Loading 'screen' into random state - done
CONNECTED(0000033C)
SSL_connect:before/connect initialization
SSL_connect:SSLv2/v3 write client hello A
SSL_connect:error in SSLv2/v3 read server hello A
write:errno=10053
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 148 bytes
---
New, (NONE), Cipher is (NONE)
Compression: NONE
Expansion: NONE
View this message in context: Re: ssl connection
Sent from the OpenSSL - User forum at Nabble.com.