HTTPS Proxy support in zuul
ankuralgo opened this issue · 2 comments
I am using squid proxy in my on-prem solution which is build using zuul. Now I have to redirect all the traffic from squid proxy. I am passing proxy java paramater -Dhttps.proxySet=true -Dhttps.proxyHost=xxx.yyy.com -Dhttps.proxyPort=1234 through command line. Now all the traffic is redirecting from proxy.
However, request is terminating from proxy. and I am receiving below error
Exception in thread "main" java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:210)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:735)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
at sun.net.www.protocol.http.HttpURLConnection.doTunneling(HttpURLConnection.java:2061)
May I expect any help to fix this issue. Squid proxy is configured in passthrough transperant mode.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.