Event ID 5181 — IIS Protocol Adapter Configuration
Applies To: Windows Server 2008
The Windows Process Activation Service (WAS) reads the configuration for a protocol adapter upon startup. Changes to protocol adapter configuration take effect only when the adapter connects with WAS. If errors occur when WAS is using protocol adapter specific configuration, configuration information for the adapter may not be available.
Event Details
Product: | Internet Information Services |
ID: | 5181 |
Source: | Microsoft-Windows-WAS |
Version: | 7.0 |
Symbolic Name: | WAS_ENABLE_PROTOCOL_HTTPS_NOT_ALLOWED |
Message: | The protocol 'HTTPS' is not allowed in the property "enabledProtocols". If you wish to enable HTTPS, you must specify HTTP as the protocol. The data field contains the error number. |
Resolve
Specify HTTP as the protocol
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
To specify HTTP as the protocol:
- Click Start, click Control Panel, and then click Administrative Tools.
- Right-click Internet Information Services (IIS) Manager and select Run as administrator.
- In the Connections pane, expand the server name, then expand Sites.
- Select the site or application for which you want to configure the protocol.
- In the Actions pane, click Advanced Settings.
- In the Advanced Settings dialog box, expand Behavior and click Enabled Protocols.
- Remove HTTPS from the list, and ensure that HTTP is specified.
Verify
You can use an Internet browser to verify that a protocol adapter is functional by following these steps:
- Select a Web site or application that is configured to respond to the protocol you want to verify.
- In the address bar of your browser, type a protocol-specific request to the Web site or applications that you chose in step 1. For example, https://servername/default.htm
- If the protocol adapter is working, your browser client should display the expected output page.
Note: If the protocol adapter is from a third party, refer to the documentation for the adapter. The documentation may have specific steps that explain how to verify the state of the service or process that hosts the protocol adapter.