-
Notifications
You must be signed in to change notification settings - Fork 218
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 connection. Failed to establish SSL connection with the HTTP server #54
Comments
Looks like its a SslStream issue. instead default line |
Yes! you must set "request.SslCertificateValidatorCallback += delegate" return true |
Replacing the line Please fix, thanks! |
This repository no more supported. Try this one: Its for .netStandart. Lost all operations connected with winAPI plus GZip connections (some error with GZipStream in .net Core). |
Thank you for the response! I will let you know if any other errors occur. Does the previous documentation for xNet apply to the new repository? |
There was no breakink changes in API, but there may be bugs in fixes that I`ve described above |
Okay. Thank you again for the quick reply. |
@Fedorus I use Visual Studio 2015. I cannot open the project files for xNetStandart so I cannot build the DLL file. Could you build the DLL and upload it? |
here |
Much appreciated. Have a good day! |
This issue has been fixed with Better-xNet. https://github.com/AnErrupTion/Better-xNet @xerasy |
sslStream.AuthenticateAsClient(address.Host, null, (SslProtocols)3072, true); |
This issue has been fixed with MVNet. |
but i get error
Failed to establish SSL connection with the HTTP server
i get the same the error for WebRequest
but solution for WebRequest is a add line
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
what is the solution for xnet ?
The text was updated successfully, but these errors were encountered: