My assumption was that the server would listen to localhost port 53589.
It took me a while to figure out that my server wasn't listening to any port. I spent a large amount of time diagnosing my proxy.
Looking through the code it wasn't immediately obvious that the tls transport would just bind to nothing.
The only indication currently is the log "listening on ..."
My assumption was that the server would listen to localhost port 53589.
It took me a while to figure out that my server wasn't listening to any port. I spent a large amount of time diagnosing my proxy.
Looking through the code it wasn't immediately obvious that the tls transport would just bind to nothing.
The only indication currently is the log "listening on ..."