ngx_http_proxy_connect_module
ngx_http_proxy_connect_module copied to clipboard
No support Self-signed certificate
0. Before Your ASK
- Try to find an answer by reading a FAQ.
Ⅰ. Issue Description
I config a forward proxy to connect a self-signed certificate url use
curl -k xxx:8080 https://xxxx
Ⅱ. Describe what happened
Get 503 response
Ⅲ. Describe what you expected to happen
Get the same result as
curl -k https://xxxx
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
- If applicable, add nginx debug log.
Ⅵ. Environment:
- Tengine/Nginx/OpenResty version (use
sbin/nginx -v
): - Which patch do you use?
use curl -x
option for HTTPS tunnel. The request of your curl is handled by original nginx module(HTTPS module), not by this module(proxy_connect module).