Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
schmis74
Contributor II
Contributor II

Qlik Web Connectors - use CA signed certificate

Dear Qlik experts,

we have installed the  Qlik Web Connectors and activate the self-signed SSL Certificate as described at https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Adminis...

Now I want to use a proper, CA signed certificate instead of the self-signed to avoid that Chrome is showing an certificate warning every time. 

Is there something to consider when changing the certificate? I assume I would need run

netsh http delete sslcert ipport=0.0.0.0:5555

to remove the existing certificate and then 

netsh http add sslcert ipport=0.0.0.0:5555 certstorename=Root certhash=‎<....> appid={004FC337-C805-4623-8E5B-B2FCE18F0719}

but with the thumbprint of the certificate that was signed by the CA instead of the self-signed? Is there anything else to consider there?

Thanks for your support,

Best Regards,

Steffen

 

 

Labels (1)
1 Solution

Accepted Solutions
Alexis_Touet
Former Employee
Former Employee

Hello @schmis74 

I have tried the same process to remove an existing one that was expiring and install a new one instead and it worked out. 

Best regards

Please don't forget to mark a correct resolution or answer to your problem or question as correct, as it will help other members to find solutions more easily 😉

View solution in original post

2 Replies
Alexis_Touet
Former Employee
Former Employee

Hello @schmis74 

I have tried the same process to remove an existing one that was expiring and install a new one instead and it worked out. 

Best regards

Please don't forget to mark a correct resolution or answer to your problem or question as correct, as it will help other members to find solutions more easily 😉
schmis74
Contributor II
Contributor II
Author

Thanks, it seems to work.