-
Notifications
You must be signed in to change notification settings - Fork 177
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
Transport(Failed to load system certs: No valid certificate found) (xtensa-esp32s3-espidf/STD) #393
Comments
you are reporting an error but not any context to it. And then asking a not directly related question? |
Not a problem. Is already closed... Cheers |
If you have a valid error, please report it and all the context. If you have question how to use something the best place is the Matrix Channel. |
Sure. By the way to anyone interested this is the kind of error that we have, when we don't have a certificate installed in our ESP32 and we are making a call to a server that demand HTTPS/SSL encryption. For this to work we need to install a certificate in our ESP32. So, there are a lot of options using C but very few using Rust with ESP-IDF. Cheers, |
There is any way to install a self-signed certificate in a esp32-s3 board using only rust?
The text was updated successfully, but these errors were encountered: