You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While checking pulldown-cmark I get the following error:
The SSL connection could not be established, see inner exception.
Authentication failed because the remote party sent a TLS alert: 'ProtocolVersion'.
The message received was unexpected or badly formatted.
This is because the host is TLS 1.3 only. Would it be possible to update .NET so that it could connect to TLS 1.3 only hosts. I checked babelmark-proxy locally and it can connect to TLS 1.3 fine, so I assume the issue is the version of .NET on the server used by babelmark.
The text was updated successfully, but these errors were encountered:
Indeed, I don't know what is happening. The server should run the same version but there is something different with the HttpClient and Ssl protocols for some reasons. Tried a couple of tweaks without much success for now.
While checking pulldown-cmark I get the following error:
This is because the host is TLS 1.3 only. Would it be possible to update .NET so that it could connect to TLS 1.3 only hosts. I checked
babelmark-proxy
locally and it can connect to TLS 1.3 fine, so I assume the issue is the version of .NET on the server used by babelmark.The text was updated successfully, but these errors were encountered: