node-http-proxy icon indicating copy to clipboard operation
node-http-proxy copied to clipboard

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?

Open AllenYoungDev opened this issue 8 months ago • 0 comments
trafficstars

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.

AllenYoungDev avatar Mar 08 '25 16:03 AllenYoungDev