The first one for both servers
RUn the healthchecker to verify the prereqs after you set this
Set-OutlookAnywhere -Identity "EX01\RPC (Default Web Site)" -SSLOffloading $false
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We have two 2019 Exchange Hybrid Servers. We are preparing the Exchange servers for extended protection. I am confused on which of the following commands to run in order to disable SSL Offloading on Outlook Anywhere:
Set-OutlookAnywhere -Identity "EX01\RPC (Default Web Site)" -SSLOffloading $false
Or
Set-OutlookAnywhere -Identity "EX01\RPC (Default Web Site)" -SSLOffloading $false -InternalClientsRequireSsl $true -ExternalClientsRequireSsl $true
Thanks for your help.
The first one for both servers
RUn the healthchecker to verify the prereqs after you set this
Set-OutlookAnywhere -Identity "EX01\RPC (Default Web Site)" -SSLOffloading $false
Hi, first let me explain the difference between the two commands:
This command disables SSL offloading and ensures that no SSL decryption takes place between the client and the server.That is, no SSL decryption is performed between the client and the server.
This command not only disables SSL offloading, but also specifies the client requirements:
According to your content, you don't use outlook anywhere anymore, so you don't need to think about forcing both internal and external clients to use SSL when connecting to Outlook Anywhere.Here I suggest you just use the first cmdlet to disable SSL Offloading on Outlook Anywhere directly.