You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
#1700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: