Re: openssl s_client: SSL handshake has read 0 bytes and written and no peer certificate available

2012-09-19 Thread Dr. Stephen Henson
On Wed, Sep 19, 2012, Jochen Hayek wrote:

 
   Until recently this worked for me 
   (and it still does on a different platform with *older* versions of 
 everything), 
   but now it breaks: 
 
   $ curl --verbose --insecure 'https://banking.postbank.de/rai/login' 
   * About to connect() to banking.postbank.de port 443 (#0) 
   *   Trying 62.153.105.15... 
   * connected 
   * Connected to banking.postbank.de (62.153.105.15) port 443 (#0) 
   * successfully set certificate verify locations: 
   *   CAfile: none 
 CApath: /etc/ssl/certs/ 
   * SSLv3, TLS handshake, Client hello (1): 
   * Unknown SSL protocol error in connection to banking.postbank.de:443 
   * Closing connection #0 
   curl: (35) Unknown SSL protocol error in connection to 
 banking.postbank.de:443 
 

This is a problem with the server. OpenSSL 1.0.1 is the first release to
support TLS version 1.2 and some servers hang when connecting. The option
-no_tls1_2 or -tls1 should allow you to connect again.

This is discussed in PR#2771:

http://rt.openssl.org/Ticket/Display.html?id=2771user=guestpass=guest

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


Re: openssl s_client: SSL handshake has read 0 bytes and written and no peer certificate available

2012-09-19 Thread Jochen Hayek
 On Wed, 19 Sep 2012 12:39:33 +0200, Dr. Stephen Henson ... said:

 This is a problem with the server. OpenSSL 1.0.1 is the first release to
 support TLS version 1.2 and some servers hang when connecting. The option
 -no_tls1_2 or -tls1 should allow you to connect again.

 This is discussed in PR#2771:

 http://rt.openssl.org/Ticket/Display.html?id=2771user=guestpass=guest

 Steve.
 --
 Dr Stephen N. Henson. OpenSSL project core developer.

Your valuable advice solved my problem.
***Thanks*** a lot!

I would love to be able to sponsor you and the OpenSSL project, but right now I 
am not.
If thinks work out well, I will come back to this idea.

Kind regards,
Jochen
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org