Bind the SSL certificate to the Connect service SSL port
Connect
service SSL port Import the CA-signed certificate to the computer that hosts the
Connect
service. - Copy the thumbprint of the imported certificate.
- Double-click the imported certificate.
- Click theDetailstab.
- In theShowdropdown list, clickProperties Only.
- In theFieldcolumn, clickThumbprint.
- Copy the hexidecimal values into a text editor. Delete the spaces between the hexadecimal values. For example, if you copied 80 82 41 2f..., it becomes 8082412f...
- Keep the text editor open.
- If required, login to the computer that hosts theConnectservice with the service account.
- Open a command prompt (run as administrator).
- Check that a certificate is not already bound to port 8082. Typenetsh http show sslcert. If you use a new certificate, document the hash information for port 8082. The certificate hash is used in step 4.If a certificate is bound to port 8082 or a port that you want to use, typenetstat -abn > netstatoutput.txtto output the list of ports and processes to which they are bound. You must first delete the certificate before binding the new certificate or select a new port to bind the SSL. If you choose to bind the certificate to another port, consider this modification when configuring theConnectservice. To delete the existing certificate, typenetsh http delete sslcert ipport=0.0.0.0:8082or the port that you want to bind the certificate to.For more information about netsh, visit the Technet Library to see Netsh Commands for Hypertext Transfer Protocol (HTTP).
- Bind the certificate to the SSL port. In a command prompt (run as administrator), typenetsh http add sslcert ipport=0.0.0.0:<port> certhash=<thumbprint> appid={AD67330E-7F41-4722-83E2-F6DF9687BC71}Where <thumbprint> is the thumbprint of the signed certificate that you exported to the text editor. For instructions, see Import the signed certificate to the computer that hosts the Connect service.
- PressEnter.
- To verify the certificate binding, typenetsh http show sslcert.
- Configure your environment to send requests over SSL. For more information, see 'ConfiguringBlackBerry Connectconnection settings' in theBlackBerry Connectadministration content.