HTTPS Demo

Demonstrates how to build https website(s) in Rust.

Why this demo?

It took good amount of time to complete my first https website; hence, documenting those learnings!.

Hope, it may help others too!!.

Learnings

Steps in making a secured website

Step 1: Enabled current website with tls support

Step 2: On the Hosting machine, got a tls certificate

Step 3: Deployed Website in several scenarios in an trial and error attempts

Scenario 1: Deployed the website on port 443

Scenario 2: Deployed the website on port 3010

Scenario 3: Deployed multiple websites

Demo

This website was deployed here.

License

MIT