Share all details related to your problem, including any error messages you may have received.
Hi,
I have a requirement to configure a new endpoint (WebService on an Internet Location), I’m behind a proxy for Internet Access and need to use it, I’ve been doing some investigation but I was not able to put it running using Tomcat/IdentityIQ.
I’ve changed the Apache Tomcat startup java parameters adding
The rest of Java properties mentioned in the initial thread were added in the end of Java Options.
The problem here is that the proxy i’m using does not accepted Basic Authentication, so it seems there’s no solution, I can use it but with my own java code, in this case it seems there’s no option than change proxy configuration…