Jersey 2 https behind proxy : Connection timed out
0
I'm using Jersey 2.27 client and I try to connect services outside our company network through proxy (http and https proxy : cache.example.com:8080). But after setting proxy clientConfig.property(ClientProperties.PROXY_URI, procyProperties.getProxyString()); still tries to connect directly outside service 443 port without going through proxy (direct connections are forbidden) and I'm getting :Connection timed out exception message. Best regards Imre
ssl https proxy jersey-client
share | improve this question
asked Nov 28 '18 at 9:32
Krabi Krabi
6 2
...