Qlik Community
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join Usnetsh http show ssl
After that check for the certificates on port 443 in the result list: an example is listed here:
IP:port : 0.0.0.0:443 Certificate Hash : 08098d664277fd1faae40ee0e493aff7693ede8c Application ID : {4e082795-31bc-4f1b-812a-bfd78dd98fce} Certificate Store Name : (null) Verify Client Certificate Revocation : Enabled Verify Revocation Using Cached Client Certificate Only : Disabled Usage Check : Enabled Revocation Freshness Time : 0 URL Retrieval Timeout : 0 Ctl Identifier : (null) Ctl Store Name : (null) DS Mapper Usage : Disabled Negotiate Client Certificate : Disabled
Delete the binding on port 443
netsh http delete sslcert ipport=x.x.x.x:443 (with x.x.x.x as the servers ipv4 adress) alternativly netsh http delete sslcert ipport=0.0.0.0:443
Added new valid certificate with the right thumbprint and a new appID. (Change Certhash and appid* in the command below).
netsh http add sslcert ipport=0.0.0.0:443 certhash=08098d664277fd1faae40ee0e493aff7693ede8c appid={7b7a16b2-bedd-42bf-9450-ec669f2a307e}
Please note: using ipport=0.0.0.0:443 will bind the certificate to all IP addresses. Should there be the need to bind it to a specific address specify that instead.
*The appid is a random hash that can be generated by any preferred tool. For instance, this online page.
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join UsSearch Qlik's Support Knowledge database or request assisted support for highly complex issues.
Submit a caseExperiencing a serious issue, please contact us by phone. View phone numbers and hours by region.