Open tawfiknasser opened 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.
http
https
The setup script and env variables shall be demonstrated in a stand alone script.
done
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 newhttps
server that listen to a different port.The setup script and env variables shall be demonstrated in a stand alone script.