question

leanderlena-4006 avatar image
0 Votes"
leanderlena-4006 asked ZhengqiLou-MSFT answered

SBS2011, Exchange 2010 http version error

Hello Guys,

i am having the following error

Activesync is not working

Server Error in Application "DEFAULT WEB SITE/MICROSOFT-SERVER-ACTIVESYNC"
Internet Information Services 7.5

Error Summary
HTTP Error 505.0 - Http Version Not Supported
The page cannot be displayed because the HTTP version is not supported.
Detailed Error Information
Module ManagedPipelineHandler
Notification ExecuteRequestHandler
Handler AirSyncHandler
Error Code 0x00000000
Requested URL https://127.0.0.1:443/Microsoft-Server-ActiveSync/default.eas
Physical Path C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\sync\default.eas
Logon Method Basic
Logon User leander
Most likely causes:
The server does not support the HTTP version requested by the client.
Things you can try:
Verify that the client is requesting an invalid or unsupported HTTP version.
Links and More Information
This error occurs when a client is requesting an invalid HTTP version. This can occur if the client is requesting an older, unsupported HTTP version. You can create a network trace to troubleshoot this issue.
View more information »

office-exchange-server-administration
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

ZhengqiLou-MSFT avatar image
0 Votes"
ZhengqiLou-MSFT answered

Hi @leanderlena-4006 ,

Good day!

How did you received this error messages? Were you trying to open the ActiveSync URL like https://localhost/Microsoft-Server-ActiveSync?
If so, then it is expected to receive the error like this. It's not designed to be opened in a browser.

If not, then something in ActiveSync might be broken.
Please try using the following command to test the ActiveSync:

 $Cred = Get-Credential
 Test-ActiveSyncConnectivity -ClientAccessServer CAS -MailboxCredential $Cred

And these methods may work:
1. Reset the ActiveSync Virtual Directory: Remove-ActiveSyncVirtualDirectory contoso\Microsoft-Server-ActiveSync and New-ActiveSyncVirtualDirectory -WebSiteName "Default Web Site"
2. Check the certificate bind with IIS.
3. Add Negotiate to Windows Authentication in IIS: Default First Web Site > Microsoft-Server-ActiveSync > proxy > Authentication > Windows Authentication > Providers > Add Negotiate if it's not on the list.
119696-image.png

Best regards,
Lou


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.


image.png (32.5 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.