Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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,