Use this procedure to bind the Windows Server Certificate to the Cobra Web Service ports.
To bind the Windows Certificate to the Cobra Web Service HTTPS ports:
-
Launch the Command Prompt, and select
Run as administrator.
-
Enter the following command:
netsh http add sslcert ipport=0.0.0.0:<port> certhash=<server certificate thumbprint> appid={857f24c8-58fc-4102-98d7-d11ecaa9be39}
where
- <port> is the HTTPS port on which you choose to run the Cobra Web Service instance or gateway. For example:
- 8122, which is the default HTTPS port of Cobra Web Service
- 8108, which is the default port of Cobra Web Service Gateway
- <server certificate thumbprint> is the Server Authentication Certificate Thumbprint saved
when obtaining the Authentication Certificate Information on the Cobra Web Service machines. For example, 69dbb276109a62d90c0d1d436ddc2278ea56d86e.
-
If you are hosting multiple instances of Cobra Web Service for
Cobra Concurrency feature, repeat step 2 using different port of each instance of Cobra Web Service. For example, bind port 8118, which is the default of the second instance of Cobra Web Service.