-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTPS proxy dies during first request #2
Comments
More verbose httpie request logs:
And curl:
|
@ddollar Any suggestions for how I can figure out what's going on here? Not seeing anything in my |
Fixed by #3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running into issues w/ using the HTTPS proxy locally.
docker-compose.yml:
The proxy container dies immediately when I make a request to it (
/bin/sh
terminated instantly on first request as well):Proxy seems to be running inside the container:
I’m able to curl my web container from within the proxy container:
Not sure how to figure out exactly where things are breaking, but since things seem to run until I make a request, it's likely further down in the stack from here: https://github.com/convox/proxy/blob/master/main.go#L73
The text was updated successfully, but these errors were encountered: