The NoSpamProxy Command Center cannot connect to the Intranet Role
If the NoSpamProxy Command Center cannot connect to the Intranet Role, follow the steps below:
- Verify that all NoSpamProxy services are started.
- Use the PowerShell to check whether the certificate for the NoSpamProxy Web App is assigned to the correct port. To do this, enter the following command:
netsh http show sslcert
If this is not the case, enter the following command:
netsh http add sslcert ipport=0.0.0.0:6061 "appid={6D46C289-5847-4017-BCEF-72920BD7E01F}" certhash=<<YourCertificateHashValue>> certstorename=my
- If a certificate is already bound but this no longer works, you can renew the entry with the following command:
netsh http update sslcert ipport=0.0.0.0:6061 "appid={6D46C289-5847-4017-BCEF-72920BD7E01F}" certhash=<<YourCertificateHashValue>> certstorename=my