| Posted by: Lemonde - 16 November 2020 11:43:40 |
|---|
| 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 [img]https://www.sircles.net/downloads/ERR_SSL_OBSOLETE_VERSION.png[/img] Your connection is not fully secure NET::ERR_SSL_OBSOLETE_VERSION |
| Posted by: sirclesadmin - 18 November 2020 15:46:15 |
|---|
| 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: [h]HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols[/h] Create two new keys, which resemble folders in Windows Explorer, called [i]TLS 1.1[/i] and [i]TLS 1.2[/i] In each key, create the following DWORD 32 bit values called: [i]DisabledByDefault[/i] Set the value to 0 [i]Enabled[/i] Set the value to 1 Press Windows Button + R and enter IISReset into the Run box and press enter. |