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
I have disabled all protocols except TLS 1.2. I know services being called also need to work with TLS 1.2.
My question is does Umbraco v8 work with TLS 1.2 or is there any code like:
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
in the source?
Hi Nikhil,
Umbraco 8+ uses .net 4.7 (see dependancies here: https://www.nuget.org/packages/UmbracoCms/8.0.0). All .NET websites targetting .NET 4.6 and above support TLS 1.2 by default. You don't have to do anything.
Mila
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Does Umbraco v8 work with TLS 1.2?
I have disabled all protocols except TLS 1.2. I know services being called also need to work with TLS 1.2.
My question is does Umbraco v8 work with TLS 1.2 or is there any code like:
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
in the source?
Hi Nikhil,
Umbraco 8+ uses .net 4.7 (see dependancies here: https://www.nuget.org/packages/UmbracoCms/8.0.0). All .NET websites targetting .NET 4.6 and above support TLS 1.2 by default. You don't have to do anything.
Mila
is working on a reply...