openssl failed to verify the certificates, while browser is ok

2014-02-21 Thread wooo Zucker
I meet some problems when I use openssl to verify the certificate. but browser has already accepted the certificates. [mocker ~]$ openssl version OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 [mocker ~]$ openssl version -d OPENSSLDIR: "/etc/pki/tls" apache related configurations : #==

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 é

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..