Event ID 15021 — 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.
Product: | Windows Operating System |
ID: | 15021 |
Source: | Microsoft-Windows-HttpEvent |
Version: | 6.0 |
Symbolic Name: | EVENT_HTTP_INVALID_SSL_CONFIG |
Message: | An error occurred while using SSL configuration for socket address %2. The error status code is contained within the returned data. |
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.
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.