mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
https-tls: typo - correct URIs to use https (#606)
This commit is contained in:
@ -16,7 +16,7 @@ async fn main() -> io::Result<()> {
|
||||
std::env::set_var("RUST_LOG", "actix_web=debug");
|
||||
env_logger::init();
|
||||
|
||||
println!("Started http server: 127.0.0.1:8443");
|
||||
println!("Started http server: https://127.0.0.1:8443");
|
||||
|
||||
// load TLS keys
|
||||
let mut builder = SslAcceptor::mozilla_intermediate(SslMethod::tls()).unwrap();
|
||||
|
Reference in New Issue
Block a user