Giter VIP home page Giter VIP logo

Comments (6)

ebekker avatar ebekker commented on June 3, 2024

https://blogs.perficient.com/2016/04/28/tsl-1-2-and-net-support/

In PWSH, you can also do:

[System.Net.ServicePointManager]::SecurityProtocol = "Tls12";

from acmesharp.

x-perienced avatar x-perienced commented on June 3, 2024

Thank you. I tried this but I still get errors when using the MSPC.
I get:
Could not validate the choosen hostname for the certificate. No certificate issued.
Here is the settings on the server.
tls-settings-server2012r2
I run all updates and all .NET versions updated.

from acmesharp.

ebekker avatar ebekker commented on June 3, 2024

Also, global system-wide changes:

# Set strong cryptography on 32 bit .Net Framework (version 4 and above) so TLS 1.2 or above it used
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord

from acmesharp.

ebekker avatar ebekker commented on June 3, 2024

Hmm, not sure why you would get that particular error. What is MSPC?

Do you have any proxy services in the middle between your servers and the outside world?

from acmesharp.

x-perienced avatar x-perienced commented on June 3, 2024

Thank you.
I've applied your settings and restarted the server but I keep getting the same error.
If I enable TLS 1.0 all is OK.
And I use no proxy.

from acmesharp.

x-perienced avatar x-perienced commented on June 3, 2024

Hi again.
I found the problem for the last domains that had the problem.
They all run Umbraco.
I renamed the web.config installed Let's Encrypt and all OK.
I renamed the web.config back and all is OK.

from acmesharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.