Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nikhil 54 posts 166 karma points
    Feb 27, 2020 @ 10:05
    Nikhil
    0

    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?

  • Mila Pandurska 75 posts 353 karma points
    Feb 27, 2020 @ 11:20
    Mila Pandurska
    101

    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

Please Sign in or register to post replies

Write your reply to:

Draft