Nginx - Upstream SSL - peer closed connection in SSL handshake

前端 未结 6 2020
失恋的感觉
失恋的感觉 2021-02-14 03:26

I am getting this error:

Error frontend: 502 Bad gateway

99.110.244:443

2017/09/28 13:03:51 [error] 34080#34080: *1062 peer closed

6条回答
  •  迷失自我
    2021-02-14 03:49

    I had had this issue and I had to this to my location block

    proxy_ssl_name your.proxiedserver.name; proxy_ssl_server_name on;

提交回复
热议问题