1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00
Jan Niehusmann 0a2a356e7a replace deprecated feature "alpn" with "ssl" (#56)
In actix-web's Cargo.toml, feature "alpn" is marked as deprecated,
with the suggestion to use "ssl", instead.
2018-10-14 20:30:59 +03:00
..
2018-07-16 12:36:53 +06:00
2018-07-29 17:34:43 +03:00

tls example

Usage

server

cd examples/tls
cargo run (or ``cargo watch -x run``)
# Started http server: 127.0.0.1:8443

web client