解决nginx报错 *11 peer closed connection in SSL handshake (104: Connection reset by peer) while SSL
报错信息:
*11 peer closed connection in SSL handshake (104: Connection reset by peer) while SSL handshaking to upstream, client
同时遇到的还有其它报错:
connect() failed (111: Connection refused) while connecting to upstream, client:
经过排查,是由于要转发的地址对应服务(我的是kibana)启动失败导致,重启下目标服务(kibana)就OK
另外要检查好要转发的目标的地址写的是不是对的,比如https://1.2.3.4:15601 这里的1.2.3.4尽量不要写127.0.0.1,我的是在容器内,这样肯定报错访问不通
还没有评论,来说两句吧...