“Slb基础”的版本间的差异
跳到导航
跳到搜索
(创建页面,内容为“=https问题= 平时都是 监控tcp 80 443 今天没事试了一下 https 443 后端服务器也配置了ng的 居然打开 浏览器 502 Bad Gateway , 如果…”) |
|||
第9行: | 第9行: | ||
=see also= | =see also= | ||
[https://wangye.org/blog/archives/240/ Nginx配置SSL安全证书并解决HTTPS的400 Bad Request问题] | [https://wangye.org/blog/archives/240/ Nginx配置SSL安全证书并解决HTTPS的400 Bad Request问题] | ||
+ | |||
+ | |||
+ | [https://www.jianshu.com/p/9f7101fba876 阿里云SLB配置站点http自动跳转https] | ||
+ | |||
+ | [https://www.cnblogs.com/cmt/p/aliyun-slb-https.html 云计算之路-阿里云上:在SLB上部署https遇到的问题及解决方法 ] | ||
+ | |||
+ | [https://www.ssldun.com/html/prproblem/show-23.html slb ssl conf] | ||
+ | |||
+ | [https://developer.aliyun.com/article/80055 负载均衡(SLB)使用最佳实践] | ||
+ | |||
+ | [https://developer.aliyun.com/article/581409 新功能:阿里云负载均衡SLB支持HTTP访问强制跳转HTTPS] |
2020年10月27日 (二) 07:19的版本
https问题
平时都是 监控tcp 80 443 今天没事试了一下 https 443 后端服务器也配置了ng的 居然打开 浏览器 502 Bad Gateway , 如果直接打开 slb ip 是为 400 Bad Request The plain HTTP request was sent to HTTPS port
看到健康检查是不成功的 ,不过算了 没空理 后来 改为tcp 443
see also
Nginx配置SSL安全证书并解决HTTPS的400 Bad Request问题