Lemonde
  • Lemonde
  • 100% (Exalted)
  • Advanced Member Topic Starter
3 years ago
How can we solve this issue with Server 2008 R2?

We are receiving a message when using OWA on our Exchange 2007 server:


Your connection is not fully secure
This site uses an outdated security configuration, which may expose your information (for example, passwords, messages, or credit cards) when it is sent to this site.
NET::ERR_SSL_OBSOLETE_VERSION

UserPostedImage

Your connection is not fully secure NET::ERR_SSL_OBSOLETE_VERSION
Sponsor

Want to thank us? Use: Patreon or PayPal or Bitcoins: bc1q4whppe29dw77rm4kv4pln0gqae4yjnxly0dny0hky6yhnafukzjsyrsqhk

All opinions expressed within these pages are sent in by members of the public or by our staff in their spare time, and as such do not represent any opinion held by sircles.net Ltd or their partners.


sirclesadmin
3 years ago
It should be as simple as the following:

Click the start button

Type Regedit

Right click the Regedit icon presented and choose 'Run as administrator'

In the left hand pane, browse down to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols

Create two new keys, which resemble folders in Windows Explorer, called TLS 1.1 and TLS 1.2

In each key, create the following DWORD 32 bit values called:

DisabledByDefault Set the value to 0

Enabled Set the value to 1

Press Windows Button + R and enter IISReset into the Run box and press enter.