Nginx反向代理出现502 Bad Gateway问题的解决方案 wpcoder 2022-11-29 11:41 · 浏览 1319 Nginx反向代理出现502 Bad Gateway问题的解决方案 proxy_ssl_server_name on; 由于网站启用了 SNI , Nginx反代默认没有加入 SNI proxy_ssl_server_name on; ,Nginx 无法成功 handshake 上游的 SSL , 导致 502 Bad Gateway. 相关文章 * 暂无相关文章 Linux