Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
raghujakkani
Contributor III
Contributor III

Redirect Console URL

Hello Support,
Currently we are using multiple Qlik Products like Replicate, Enterprise Manager, Compose etc. All the services running on our internal domain.local. We are trying to put the server behind our load balancers to make our servers secure. But the caveat is our Load balancer only secures domain.com . When we try to direct our replicate service url to "domain.com" by default it is re-directing to "domain.local"  which in return showing up as unsecure connection. 

Is there a way to stop this re-direct ?  
 
Thank you,
Raghu. 

Labels (3)
10 Replies
shashi_holla
Support
Support

Hi @raghujakkani 

As per the error, please add testHttps="false" to the serviceconfiguration.xml.

<ServiceConfiguration url="https://DOMAIN.com:443/attunityreplicate;http://DOMAIN.com:80/attunityreplicate" allowUnsafeProtocols="false"  testHttps="false"/>

Restart the Replicate windows services and check if its helps. If it still doesn't resolve we can check further.

Thank you,