IdentityIQ use a proxy where to configure

Which IIQ version are you inquiring about?

Version 8.2

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

-Dhttps.proxyHost=proxy_hostname
-Dhttps.proxyPort=proxy_hostname_port
-DHttps.proxyUsername=XXXXXX
-Dhttps.proxyPassword=XXXXXX
-Djavax.net.debug=all
-Djdk.http.auth.tunneling.disabledSchemes=
-Djdk.http.auth.proxying.disabledSchemes=

I’m getting HTTP Error Code: 407

Any help would be appreciated,

Regards,

please try with the flag proxyUser instead of username

-Dhttps.proxyUser=myuser

this was a typo I’m using -DHttps.proxyUser

Could you paste this section in setenv where you set variables?

I’m not setting it on setenv.bat.

Ok, so can you paste a screenshot with the configuration you did?

image
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…

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.