http-party/node-http-proxy

If the 'secure' option is set to 'false', does the proxy server created by httpProxy.createProxyServer still encrypt the routed HTTP message using SSL certificate, while not verifying the SSL Certs?

AllenYoungDev opened this issue · 0 comments

If the 'secure' option is set to 'false', does the proxy server created by httpProxy.createProxyServer still encrypt the routed HTTP message using SSL certificate, while not verifying the SSL Certs?

I want the proxy server to encrypt the routed HTTP message using SSL certificate, while not verifying the SSL certificate, so that even if the server IP address is not in the SSL certificate, the routed HTTP message is still encrypted.