unable connect to NGX website from Safari

Yanxin Z. lists at ruby-forum.com
Mon Aug 1 23:48:40 UTC 2011


Hi my config is here:


        ssl                  on;
        ssl_certificate      ssl/eng.cert.pem;
        ssl_certificate_key  ssl/key.nopasswd.pem;
        ssl_client_certificate ssl/ca.crt;
        ssl_verify_client    optional;
        ssl_verify_depth     2;

        ssl_session_timeout  5m;

        ssl_protocols  SSLv2 SSLv3 TLSv1;
        ssl_ciphers
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP;
        ssl_prefer_server_ciphers   on;


I also dump the packet with wireshark. It showd "server Hello" did not
finish with client side.

The issue only happens in Safari 5.1

Thank you!
Yanxin

-- 
Posted via http://www.ruby-forum.com/.



More information about the nginx mailing list