Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How Replicate UI Server in windows verify a valid SSL certificate installed in the server.
Is fine if the ssl certificate is configure over IIS and automatically will automatically be available ?
Or some recomendation and considerations to configure certificate ssl for the it team.
Thanks
Hello @lguevara ,
It seems I did not get the question well. Are you meaning you want to replace the SSL Certificate?
You may check if an SSL certificate is installed by:
netsh http show sslcert | findstr /c:":443"
Regards,
John.
Hi @lguevara
Qlik Replicate does not use IIS. The link @john_wang shared is our documentation on how to replace the self-signed SSL certificate: https://help.qlik.com/en-US/replicate/November2024/Content/Replicate/Main/Security/set_up_server_htt...
Thanks,
Dana
Hello @lguevara ,
It seems I did not get the question well. Are you meaning you want to replace the SSL Certificate?
You may check if an SSL certificate is installed by:
netsh http show sslcert | findstr /c:":443"
Regards,
John.
Hi @john_wang ,
Yes, when execute this: netsh http show sslcert | findstr /c:":443" obtain 0.0.0.0:443
And the certificate was configure in the server by the client with the owner CA local.
Buth when the user navigate to the url https://<dominiolocal.com>/attunityreplicate the show invalid certificate.
Are any consideration about that.
Thanks
Hi @lguevara
Qlik Replicate does not use IIS. The link @john_wang shared is our documentation on how to replace the self-signed SSL certificate: https://help.qlik.com/en-US/replicate/November2024/Content/Replicate/Main/Security/set_up_server_htt...
Thanks,
Dana
Yes, it works correctly. The client adds the SSL certificate to the Windows server and Replicate UI Server take it automatically.
Thanks @Dana_Baldwin , @john_wang
Thank you so much for your great support! @lguevara