Inhalte aufrufen

Profilbild

TLS 1.2 error


  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
1 Antwort zu diesem Thema

#1 raetser

raetser

    Benutzer

  • Members
  • 27 Beiträge

Geschrieben: 02 July 2021 - 18:01

hello,

My payment provider will no longer accept TLS 1.0 and 1.1 as from the end of this month, so I installed TLS 1.2 on my windows 2008R2 server, and everything was still fine, but the website still uses TLS 1.0

So I disabled 1.0 and 1.1 and that resulted in errors on the website for the captcha and for the payments:

The request was aborted: Could not create SSL/TLS secure channel.

Is there something I need to do to make smartstore use the TLS 1.2 version apart from the registry settings I made?

I am still on Smartstore 2.6 for the time being...

Thanks!



#2 raetser

raetser

    Benutzer

  • Members
  • 27 Beiträge

Geschrieben: 02 July 2021 - 19:48

Think I solved it by adding 

ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; 

To global.asax.cs