1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/tls
2019-06-06 16:47:40 +06:00
..
src Update to master (#90) 2019-03-26 06:29:00 +03:00
Cargo.toml update actix-web to 1.0.0 2019-06-06 16:47:40 +06:00
cert.pem migrate tls example 2019-03-06 23:16:56 -08:00
key.pem migrate tls example 2019-03-06 23:16:56 -08:00
README.md Minor fixes. 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