nginx 握手失败SSL_do_handshake() failed (SSL: error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no share...

SSL_do_handshake() failed (SSL: error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher)

因为nginx不支持客户端的算法套件,1.可更新nginx 2.修改ssl_ciphers配置项

转载于:https://www.cnblogs.com/laodaodao/p/10416847.html