Skip to content

Instantly share code, notes, and snippets.

@supermarsx
Created July 18, 2020 19:15
Show Gist options
  • Save supermarsx/8074c65f31af312242160e9992dcd309 to your computer and use it in GitHub Desktop.
Save supermarsx/8074c65f31af312242160e9992dcd309 to your computer and use it in GitHub Desktop.
Exchange 2013 Shell, Disable SSL offloading
appcmd set config "Default Web Site/owa" /section:access /sslFlags:None /commit:APPHOST
iisreset /noforce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment