node-http-mitm-proxy
node-http-mitm-proxy copied to clipboard
Getting no internet error in https after setting up proxy in windows.
I am not getting any logs after using the example code and importing pem that got generated to trusted CA. I changed windows proxy to 8081(as per example) and started my server as well on 8081. I am getting no internet error on every page i visit.
Note* It is working for http: but not for https: protocol
terminal is showing this error on any https: file PROXY_TO_PROXY_SOCKET_ERROR on : Error: connect ECONNREFUSED 0.0.0.0:62745 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1487:16) { errno: -4078, code: 'ECONNREFUSED', syscall: 'connect', address: '0.0.0.0', port: 62745 }