Event ID 61 — HTTP Service SSL Availability
Applies To: Windows Server 2008
The availability of Secure Sockets Layer (SSL) depends on whether certificates are installed and used correctly.
Event Details
Product: | Windows Operating System |
ID: | 61 |
Source: | Microsoft-Windows-HttpEvent |
Version: | 6.0 |
Symbolic Name: | HTTP_EVENT_SSL_ENDPOINT_CONFIG_NOT_FOUND |
Message: | Cannot find SSL endpoint for inbound connection for local IP address and port %3. |
Resolve
Delete and reinstall the certificate
Problems with SSL connections can result from certificates that are not installed or used correctly. Incorrectly installed certificates should be deleted from the system and reinstalled with the appropriate information.
- Click Start, point to All Programs, click Accessories, right-click Command Prompt, click Run as administrator, and then click Continue.
- Type netsh http show sslcert, and then press ENTER to view the installed certificates.
- Type netsh http delete sslcert, and then press ENTER to delete the incorrectly installed certificate.
- Type netsh http add sslcert, and then press ENTER to reinstall the certificate.
For more information about SSL configuration, see https://go.microsoft.com/fwlink/?LinkId=105006. Note that for Windows Vista and Windows Server 2008, HTTP Configuration Utility (HttpCfg.exe) has been replaced with netsh http.
Verify
To verify that the SSL certificate is correctly installed:
- Click Start, point to All Programs, click Accessories, right-click Command Prompt, click Run as administrator, and then click Continue.
- Type netsh http show sslcert, and then press ENTER.