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
the HTTP proxy works fine, but the HTTPS proxy doesn't do anything, the output in the cmd line is
[1] Listening on port: port 4443
[1] Listening on port: port 8000
[2] Listening on port: port 4443
[1] Start successful
[2] Listening on port: port 8000
[2] Start successful
All workers started in 1893ms
This site can’t be reached
localhost unexpectedly closed the connection.
Try:
Checking the connection
Checking the proxy and the firewall
Running Windows Network Diagnostics
ERR_CONNECTION_CLOSED
I have put some breakpoints in DispatchTable etc and I can see it processing the request, but I can't figure out how to debug this. I have no idea if my config is bad, or it's my certificates etc.
The text was updated successfully, but these errors were encountered:
Here's my config
the HTTP proxy works fine, but the HTTPS proxy doesn't do anything, the output in the cmd line is
When I hit https://localhost:4443/ the browser shows
I have put some breakpoints in DispatchTable etc and I can see it processing the request, but I can't figure out how to debug this. I have no idea if my config is bad, or it's my certificates etc.
The text was updated successfully, but these errors were encountered: