WebAhead-cs2 / caps-look-api

1 stars 3 forks source link

Create Https server #39

Open tawfiknasser opened 1 year ago

tawfiknasser commented 1 year ago

Today we have Http server. We want to secure things up by adding SSL\TLS to the connection within our server.

beside the http server, duplicate a new https server that listen to a different port.

The setup script and env variables shall be demonstrated in a stand alone script.

hanihakim commented 1 year ago

done