nginx反向代理HTTPS默认不验证证书
Syntax: proxy_ssl_verify on | off;
Default:
proxy_ssl_verify off;
Context: http, server, location
This directive appeared in version 1.7.0.
nginx upstream 配置 HTTPS 默认是不会做证书验证的
Syntax: proxy_ssl_verify on | off;
Default:
proxy_ssl_verify off;
Context: http, server, location
This directive appeared in version 1.7.0.
nginx upstream 配置 HTTPS 默认是不会做证书验证的