Outlook Anywhere

mara2021 1,121 Reputation points
2024-03-17T21:28:51.1233333+00:00

We have two Exchange 2019 Hybrid Servers. Using ADSync. User mailboxes in exchange online. Two on-prem mailboxes for archiving. In the process of enabling extended protection. We do not use Outlook Anywhere. By default SSL Offloading on Outlook Anywhere is set to True. I ran the following command on one of the servers: Set-OutlookAnywhere -Identity "SERVER01\Rpc (Default Web Site)" -SSLOffloading $false

and received the following:

The Outlook Anywhere feature must be configured with SSLOffloading set to true if internal or external clients do not

require SSL.  If SSLOffloading is set to $false, the RPC/HTTP vDir will only accept SSL connections.

+ CategoryInfo          : InvalidArgument: (SERVER01\Rpc (Default Web Site):ADObjectId) [Set-OutlookAnywhere], ArgumentException

The command Get-OutlookAnywhere -Identity "SERVER01\Rpc (Default Web Site)" shows SSL Offloading as True:

ServerName            : SERVER01

SSLOffloading         : True

ExternalHostname    :

InternalHostname    : SERVER01.DOMAIN.DOM

Why am I getting the error? Thank you for your help.

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

Accepted answer
  1. JayceYang 1,571 Reputation points Moderator
    2024-03-18T03:24:58.62+00:00

    I get the same error when run

    Set-Outlook Anywhere -Identity "SERVER01\Rpc (Default Web Site)" -SSLOffloading $false

    But we could use EAC, go to Servers, select the name of the Client Access server in the list, and then click Edit. In the Exchange Server window, click Outlook Anywhere, unclick the Allow SSL offloading option, and then click Save.

    1

    Then check this via get-outlookanywhere, it works as expected.

    2


0 additional answers

Sort by: Most helpful

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.