opsgenie / opsgenieclient

Apache License 2.0
20 stars 20 forks source link

java.net.SocketException: Permission denied: connect #30

Open Kusig opened 2 years ago

Kusig commented 2 years ago

We have problems using the opsgenieclient Java sdk in a proxy environment on JDK11.

Tests on a localhost installed pxproxy show that it does not work in this simple proxy environment.

The error thrown is constantly this one: java.net.SocketException: Permission denied: connect

Doing the same action with curl via the proxy works perfectly.