On Wed, Feb 25, 2009 at 7:50 AM, Andrea Turli <[email protected]> wrote: > I've checked the version installed in the server > $ rpm -qa | grep openssl > openssl-0.9.7a-33.24 > > Does also this version have known issues?
No, the issue affects only OpenSSL 0.9.8j: https://mail.internet2.edu/wws/arc/shibboleth-dev/2009-02/msg00000.html Still, it wouldn't hurt to try the openssl commands suggested in the above thread (on the client): $ openssl s_client -connect localhost:443 -no_ssl2 $ openssl s_client -connect localhost:443 -tls1 $ openssl s_client -connect localhost:443 -ssl3 Tom
