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
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
}
The text was updated successfully, but these errors were encountered:
Srijan67
changed the title
Getting no internet error after setting up proxy in windows.
Getting no internet error in https after setting up proxy in windows.
Oct 19, 2023
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
}
The text was updated successfully, but these errors were encountered: