mirror of
https://github.com/actix/actix-web.git
synced 2024-11-20 16:41:05 +00:00
Fix rustls build. (#1195)
This commit is contained in:
parent
91b3fcf85c
commit
4921243add
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ impl Connector<(), ()> {
|
|||
let mut config = ClientConfig::new();
|
||||
config.set_protocols(&protos);
|
||||
config.root_store.add_server_trust_anchors(
|
||||
&actix_connect::ssl::rustls::TLS_SERVER_ROOTS,
|
||||
&actix_tls::rustls::TLS_SERVER_ROOTS,
|
||||
);
|
||||
SslConnector::Rustls(Arc::new(config))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue