Please check similar thread - https://community.spiceworks.com/topic/2314526-mrsproxy-problem-with-exchange-2010-to-office365-migration
Exchange Hybrid Mailbox Migration MRSProxy Failed

Dear Friends,
We are having some issues with our hybrid Exchange environment (Online Exchange, On Prem Exchange 2016 and exchange 2010.)
I was planning to migrate some old mailboxes from Server 2016 to the cloud. It failed with "GUID.resource.mailboxmigration.his.msappproxy.net' could not be completed. Everything else, mail flow, SMTP is working fine.
I checked several things on the on prem servers, seems to be all fine. EWS is all on, and Migration Endpoint is still there. MRS proxy servers configured for both on Prem exchange servers.."
The only thing is that Exchange server 2010 was powered off last year (It used to be main mail server before setting up hybrid). We renewed SSL beginning of this year. The old server 2010 has been renewed with the latest SSL wildcard certificate. I noticed on EWS for Exchange 2010 server, MRS proxy enabled with basic authentication ticked.
Would "Expired SSL on old exchange server" be the reason why Migration failed? Is there any way we can troubleshoot this issue?
I tried disabled and enabled MRS Proxy on old server, restarted IIS, still no luck..
Help please.
Thanks
ML
2 answers
Sort by: Most helpful
-
-
Dimik 0 Reputation points
2023-02-27T14:24:30.2366667+00:00 If you run the command Get-WebServicesVirtualDirectory | select auth you’ll find that (most likely) Basic Authentication is set to $FALSE. To set this to $TRUE and thus enable Basic Authentication you can use the following command:
Get-WebServicesVirtualDirectory | Set-WebServicesVirtualDirectory –BasicAuthentication $TRUE