nginx ssl如何配置支持ie6
How to configure nginx ssl to support ie6
我配置了nginx ssl,但是不能支持ie6。查看 nginx 调试日志
2017/07/28 14:00:16 [crit] 5923#0: *25500 SSL_do_handshake() failed (SSL: error:1417D18C:SSL routines:tls_process_client_hello:version too low) while SSL handshaking, client: myip, server: 0.0.0.0:443
可能是SSL版本,你应该添加SSLv1并使用这个版本的密码。
我配置了nginx ssl,但是不能支持ie6。查看 nginx 调试日志
2017/07/28 14:00:16 [crit] 5923#0: *25500 SSL_do_handshake() failed (SSL: error:1417D18C:SSL routines:tls_process_client_hello:version too low) while SSL handshaking, client: myip, server: 0.0.0.0:443
可能是SSL版本,你应该添加SSLv1并使用这个版本的密码。