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
Disabling the whole certificate verification (#38) is sometimes a way you don't want to follow, even for development purposes. A much safer alternative if to trust an additional root certificate. It would be nice to implement this option in attohttpc, which should be easy since native-tls already implements the add_root_certificate method.
Please note that rustls users already have this option in attohttpc through the client_config method since the ClientConfig object has a RootCertStore field.
The text was updated successfully, but these errors were encountered:
Disabling the whole certificate verification (#38) is sometimes a way you don't want to follow, even for development purposes. A much safer alternative if to trust an additional root certificate. It would be nice to implement this option in
attohttpc
, which should be easy sincenative-tls
already implements the add_root_certificate method.Please note that
rustls
users already have this option inattohttpc
through the client_config method since the ClientConfig object has a RootCertStore field.The text was updated successfully, but these errors were encountered: