Project

General

Profile

Actions

Bug #962

closed
DC DC

Unable to Connect to Server With Outlook 2010 on Windows 7

Bug #962: Unable to Connect to Server With Outlook 2010 on Windows 7

Added by Daniel Curtis over 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
07/27/2021
Due date:
% Done:

100%

Estimated time:
0:30 h

Description

I was unable to connect Outlook 2010 on Windows 7 using a newer dovecot IMAP server. It turns out TLS v1.2 was not enabled by default. To enable it the following registry edits must be done.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp
  • Create a DWORD value called DefaultSecureProtocols set to 0xA00.
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp
  • Create a DWORD value called DefaultSecureProtocols set to 0xA00.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client
  • Create a DWORD value called DisabledByDefault set to 0.

Resources

DC Updated by Daniel Curtis almost 4 years ago Actions #1

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions

Also available in: PDF Atom