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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
lguevara
Partner - Creator II
Partner - Creator II

Qlik Replicate console HTTPS in windows server - configuration

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

 

Labels (3)
2 Solutions

Accepted Solutions
john_wang
Support
Support

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.

 

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!

View solution in original post

Dana_Baldwin
Support
Support

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

View solution in original post

5 Replies
john_wang
Support
Support

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.

 

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!
lguevara
Partner - Creator II
Partner - Creator II
Author

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

Dana_Baldwin
Support
Support

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

lguevara
Partner - Creator II
Partner - Creator II
Author

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 

john_wang
Support
Support

Thank you so much for your great support! @lguevara 

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!