Make HTTPS work when using proxy#390
Conversation
2ec8a38 to
91a127f
Compare
|
Hi, julia 1.1.1 proxy with http works fine : { But, with https it doesn't : """) Any idea ? |
|
I setup an unauthenticated squid proxy and used 64bit Julia 1.1.1 on 64bit Ubuntu 18.04.2 LTS Linux with HTTP.jl#master and used your two example code snippets: |
|
Well, I think I just found how to make it work... But it is a workaround... With this call :
Do you notice the target in the So I tried this : And this works ! The port is now there
Hope it helps... For now I am going to use the workaround I found... |
This works by passing the Proxy-Authorization header to the proxy
and stripping it out of the headers sent on to the server.
Fixes #361