openssl-0.9.8j has problem with Google HTTPS using SSLv3

2014-02-21 Thread Lvqier

Hi Team,

I have post the problem I meet on stackoverflow.com: 
http://stackoverflow.com/questions/21929664/openssl-0-9-8j-can-not-connect-to-google-https-services-using-sslv3 



It might be a bug of openssl, could you help to find out where is wrong ?

Thank you!
--
/Best Regards,
lvqier - lvq...@gmail.com mailto:lvq...@gmail.com
/

**
,??



Re: [openssl-users] openssl-0.9.8j has problem with Google HTTPS using SSLv3

2014-02-21 Thread Erwann Abalea

Bonjour,

It seems OpenSSL 0.9.8j doesn't like receiving a New Session Ticket 
message over an SSLv3 session, even when it sends an empty session 
ticket in its ClientHello message.


Possible solutions:
  -tls1 instead of -ssl3
  add -no_ticket

--
Erwann ABALEA

Le 21/02/2014 11:03, Lvqier a écrit :

Hi Team,

I have post the problem I meet on stackoverflow.com: 
http://stackoverflow.com/questions/21929664/openssl-0-9-8j-can-not-connect-to-google-https-services-using-sslv3 



It might be a bug of openssl, could you help to find out where is wrong ?

Thank you!