-
Notifications
You must be signed in to change notification settings - Fork 53
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
Problem with Tls13 #85
Comments
Is server supports TLS 1.3? |
yes website use TLS 13 |
same issue with instagram |
Windows 10 2004 Release or lower? NT Kernel should support TLS 1.3. |
i used win 10 ver 1909 |
Fixed already. Then go to click also I changed from click After all this I recompiled the Leaf library and it works fine! |
only worked with instagram not work with my site |
Same problem here, seems that the error is now present in many websites. Tryed to investigate the issue but i can't find how to solve this. |
Maybe you can vote up my question at stackoverflow to try to solve this issue: https://stackoverflow.com/questions/64848260/problem-with-https-request-and-sslstream-on-some-sites |
i use netframework 4.8 and set
httpRequest.SslProtocols = SslProtocols.Tls13
and it errorWin32Exception: The client and server cannot communicate, because they do not possess a common algorithm
The text was updated successfully, but these errors were encountered: