HI:
I am running hudsucker/examples/openssl.rs and setting the internet proxy to 127.0.0.1:3000 to test the performance under local Windows 10 https://192.168.1.11:8766 When on the website, the page prompts:
Your connection isn't private
Attackers might be trying to steal your information from 192.168.1.11 (for example, passwords, messages, or credit cards).
Edge's devtool/Security prompt:
This page is not secure (broken HTTPS). Certificate - missing,This site is missing a valid, trusted certificate(net::ERR_CERT_COMMON_NAME_INVALID).
After clicking the Advanced button on the page and selecting 'Continue to 192.168.1.11 (unsafe)', the page will display:
This page isn’t working right now192.168.1.11 can't currently handle this request.
HTTP ERROR 502
By the way, I haven't run openssl.rs and haven't set up an internet proxy to access it https://192.168.1.11:8766 Although the page will also prompt 'Your connection is not private...', But after clicking 'Continue to 192.168.1.11 (unsafe)', the website can be accessed normally.
I usually have no problem accessing HTTPS websites on the internet after running openssl.rs. Why does accessing local websites report HTTP ERROR 502? How can I solve this problem?