Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
supermistag  
#1 Posted : Wednesday, June 13, 2018 2:43:50 PM(UTC)
supermistag

Rank: Newbie

Groups: Registered
Joined: 6/13/2018(UTC)
Posts: 0

We use easendmail SMTP with the easendmail service to send out mail notifications.

Recently, we have noticed TLS failures due to no shared ciphers or TLS 1.2 support.

Is TLS 1.2 going to be supported?

Edited by moderator Monday, July 1, 2019 5:50:02 AM(UTC)  | Reason: Not specified

ivan  
#2 Posted : Wednesday, June 13, 2018 11:59:22 PM(UTC)
ivan

Rank: Administration

Groups: Administrators
Joined: 11/11/2010(UTC)
Posts: 1,148

Thanks: 9 times
Was thanked: 54 time(s) in 54 post(s)
Hi, easendmail service uses system default SSL/TLS policy, so it depends on the Windows version, what is your windows version?
ivan  
#3 Posted : Wednesday, December 19, 2018 4:31:49 AM(UTC)
ivan

Rank: Administration

Groups: Administrators
Joined: 11/11/2010(UTC)
Posts: 1,148

Thanks: 9 times
Was thanked: 54 time(s) in 54 post(s)
1. You must use .NET 4.0 or later version
2. add the following codes before SendMail or Connect server.

Code:

System.Net.ServicePointManager.SecurityProtocol = 
SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;


3. If above solution doesn't work, try to add the following register keys (very important)

Code:

Key  : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319 
Value: SchUseStrongCrypto
Type: REG_DWORD
Data : 1

Key  : HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319
Value: SchUseStrongCrypto
Type: REG_DWORD
Data : 1
ivan  
#4 Posted : Monday, July 1, 2019 5:49:19 AM(UTC)
ivan

Rank: Administration

Groups: Administrators
Joined: 11/11/2010(UTC)
Posts: 1,148

Thanks: 9 times
Was thanked: 54 time(s) in 54 post(s)
EASendMail 7.5.0.1 supports TLS 1.2 very well, but if you use it on Windows 2008/7/2008R2, please add TLS support like this:

https://www.microsoft.co...-to-windows-server-2008/
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.052 seconds.

EXPLORE TUTORIALS

© All Rights Reserved, AIFEI Software Limited & AdminSystem Software Limited.