nginx version: nginx/1.9.15
我们线上有一个web服务,提供的是https接口供iphone的app使用,安卓用的是http接口.
看错误日志每天都会有几条这个错误
2016/12/08 09:34:29 [crit] 1243#0: *300838240 SSL_do_handshake() failed (SSL: error:14094085:SSL routines:SSL3_READ_BYTES:ccs received early) while SSL handshaking, client: 10.169.106.113, server: 0.0.0.0:443
2016/12/08 09:34:29 [crit] 1243#0: *300838248 SSL_do_handshake() failed (SSL: error:14094085:SSL routines:SSL3_READ_BYTES:ccs received early) while SSL handshaking, client: 10.169.106.113, server: 0.0.0.0:443
2016/12/08 09:34:29 [crit] 1243#0: *300838255 SSL_do_handshake() failed (SSL: error:14094085:SSL routines:SSL3_READ_BYTES:ccs received early) while SSL handshaking, client: 10.169.106.113, server: 0.0.0.0:443
我看证书配置的也是对的,手动拿iphone手机测试的时候点各个地方调用接口不报错,也不知道是什么情况会出现这种情况,有人遇到这种情况吗?