You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently for a TLS communication we use the root_certificate provided by the platform. In some scenarios the platform could not provide a valid root certicate, so we can provide it via webpki-roots.
astarte-device-sdk-rust/src/transport/mqtt/config/tls.rs
Line 135 in e1cd0b8
Currently for a TLS communication we use the
root_certificate
provided by the platform. In some scenarios the platform could not provide a valid root certicate, so we can provide it viawebpki-roots
.Example:
The text was updated successfully, but these errors were encountered: