We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get the following error when trying to talk to a SSO solution.
Hyper( Error { kind: Io, cause: Custom { kind: Other, error: Error { code: -9841, message: "peer cert is valid, or was ignored if verification disabled" } } } )
The same code works on linux fine. When on linux, rusttls uses openssl.
There was some chat about the issue in irc https://mozilla.logbot.info/rust/20190213. We think its because of renegotiation.
Thanks for sharing this library!
The text was updated successfully, but these errors were encountered:
is this up? I have the same problem from the rust-native-tls lib
Sorry, something went wrong.
No branches or pull requests
I get the following error when trying to talk to a SSO solution.
The same code works on linux fine. When on linux, rusttls uses openssl.
There was some chat about the issue in irc https://mozilla.logbot.info/rust/20190213. We think its because of renegotiation.
Thanks for sharing this library!
The text was updated successfully, but these errors were encountered: