Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
After upgrading from 13.4.0 to version 13.5.0 connections to external hosts fail during SSL handshake.
We cannot connect via SMTP or WebClient. We get the following error:
System.ComponentModel.Win32Exception (0x80090331): The client and server cannot communicate, because they do not possess a common algorithm.
Rolling back to version 13.4.0 fixes the error.
Hi,
Is this email? I use the internal Umbraco email mechanism,
Best,
Richard
It's not directly related to emails, it's a generic error when connecting to any external host via SSL/HTTPS.
I.e. the following fails:
using (var client = new SmtpClient { EnableSsl = true, Port = AppContainer.Configuration["Umbraco:CMS:Global:Smtp:Port"].ToInt(), Host = AppContainer.Configuration["Umbraco:CMS:Global:Smtp:Host"], Credentials = new NetworkCredential(AppContainer.Configuration["umbraco:CMS:Global:Smtp:Username"], AppContainer.Configuration["umbraco:CMS:Global:Smtp:Password"]) })
But this also fails with same error:
var response = new WebClient().DownloadString("https://url-to-som-external-site");
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Bug: 13.5.0 breaks SSL connections to external hosts
After upgrading from 13.4.0 to version 13.5.0 connections to external hosts fail during SSL handshake.
We cannot connect via SMTP or WebClient. We get the following error:
Rolling back to version 13.4.0 fixes the error.
Hi,
Is this email? I use the internal Umbraco email mechanism,
Best,
Richard
It's not directly related to emails, it's a generic error when connecting to any external host via SSL/HTTPS.
I.e. the following fails:
But this also fails with same error:
is working on a reply...