Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW

How To Delete SSL Certificate From A Port Number

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Daniel_Seo
Support
Support

How To Delete SSL Certificate From A Port Number

Last Update:

May 7, 2021 7:13:26 AM

Updated By:

Sonja_Bauernfeind

Created date:

Oct 5, 2017 2:10:55 AM

Environment:

Qlik Sense Enterprise on Windows 
QlikView 
Qlik NPrinting 
Windows

To delete an SSL certificate from a port number

HttpCfg.exe or Netsh.exe tool can be used to show ports and thumbprints of all bindings on the computer. Using a redirection character ">", as shown in the following example, this can be printed to disk:

httpcfg query ssl>myMachinePorts.txt

On Windows Server 2003 or XP use HttpCfg.exe use delete and ssl keywords. Use the -i switch to specify the IP:port number, and the -h switch to specify the thumbprint.

httpcfg delete ssl -i 0.0.0.0:8005 -h 0000000000003ed9cd0c315bbb6dc1c08da5e6

In Windows Vista, use the Netsh.exe tool, as shown in the following example.

Netsh http delete sslcert ipport=0.0.0.0:8005


Additional sources: https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/how-to-configure-a-port-with-a...

Labels (1)
Contributors
Version history
Last update:
‎2021-05-07 07:13 AM
Updated by: