O365 Hybrid Config Wizard Error - HTTP server does not support WS-Management protocol

dirkdigs 921 Reputation points
2021-04-28T00:54:46.063+00:00

How can i get past this error?
Trying to install O365 hybrid Agent on the Exchange Server. Sub is using proxy for INET access if that makes any difference.
i already checked IIS and checked Bindings for hostnames. Did not find any issues there .

91895-2021-04-27-11-12-52.png

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,182 questions
Exchange | Exchange Server | Management
Exchange | Hybrid management
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Lucas Liu-MSFT 6,191 Reputation points
    2021-04-28T03:47:01.627+00:00

    Hi @dirkdigs ,
    What't the version of the Exchange server?
    Could you connect the Exchange management shell in on-premises Exchange server normally?

    According to my research on the error information you provided, I found there are many reason could caused this error.
    1.Please check the Windows Remote Management (WS-Management) service are running, you could also try to restart this service.

    2I see you mentioned that you have checked IIS and checked the bindings for hostnames. What is your configuration? Please right-click Default Web Site, and then click Edit Bindings. If a binding exists for HTTP, clear the host name value.If no binding exists for HTTP, create a new binding that has no host name and a value of All Unassigned for the IP address. Finally restart the IIS.
    91913-1.png

    3.The following is the authentication method of Powershell in "Default Web Site" and "Exchange Back End" in IIS.
    91857-2.png
    91858-3.png

    4I did some research on similar cases and found that this issue can be caused by having IPv6 enabled on the server. Please try to following the article to set prefer IPv4 over IPv6.
    Please refer to: Guidance for configuring IPv6 in Windows for advanced users

    In addtion, whether there is a firewall in the environment. If it exists, please make sure that ports 5986 and 5985 have been opened, and the policy set by the firewall will not prevent normal communication.
    For more informaiton: Installation and configuration for Windows Remote Management

    There is a similar case you could refer to: The WInRM client sent a request to an http server and got a response saying the requested http url was not availabe.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Andy David - MVP 157.8K Reputation points MVP Volunteer Moderator
    2021-05-03T21:45:34.737+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.