Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support connecting to TLS 1.3 only hosts #2

Open
KamilaBorowska opened this issue May 18, 2022 · 2 comments
Open

Support connecting to TLS 1.3 only hosts #2

KamilaBorowska opened this issue May 18, 2022 · 2 comments
Labels

Comments

@KamilaBorowska
Copy link

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.

@xoofx
Copy link
Member

xoofx commented May 19, 2022

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.

@xoofx xoofx added the bug label May 19, 2022
@SilverBut
Copy link

This might due to OS version... is there any way people can reproduce it in a virtual machine?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants