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
I cannot figure out from the documentation how to tell my hyper::client::Client to ignore invalid certificates from the server. I see that there is an hyper::net::OpensslClient struct that holds an openssl::ssl::SslContext but I don't really see how it all comes together.