-
Notifications
You must be signed in to change notification settings - Fork 13
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
Use a specific Root CA #13
Comments
Hi graelo, I'm aware that this issue is old, apologies for the late reply, it was a busy period for me. |
Thanks a lot Dan, no worries at all. I'll look into it for my use case, I think your refactor will indeed completely work around my issue. |
Dan, would you consider re-introducing support for async-std? In In the meantime, I updated I think this issue can now be closed, the adaptation of Thanks again. |
Thank you for confirming ! |
Fantastic, thanks. I'll look into it within a couple of days and report back. Cheers |
Many thanks Dan, this works perfectly both in the example and in my code. Would you publish the changes to crates.io? Great work!! |
thank you graelo, appreciate ! I'll publish early next week in crates.io , as i have to double check the error handling. |
hello again, the new version 0.3.1 has been published. I guess we can close this issue, unless there is anything else from you. |
Clockwork! Thanks a lot Dan. Keep up the good work! |
Hi, thanks for this project!
I could not yet find how to connect to my home-assistant instance which is served via nginx with my own Root CA. My PKI works great, I don't think it's the issue here.
wss://...
url toconnect_to_url()
but I still get this error:
I'm happy to change a bit the code if needed and even open a PR. However note that I'm not familiar with TLS in Rust, so I'm a bit lost with the stack hass-rs/async-std/async-tls/rustls
Thanks in advance for your help!
Example code:
The text was updated successfully, but these errors were encountered: