speedtest icon indicating copy to clipboard operation
speedtest copied to clipboard

add TLS1.3

Open inceabdullah opened this issue 3 years ago • 1 comments

Start on the port 443 with TLS1.3

docker run -it --rm -v$PWD/cert/cert.pem:/etc/ssl/certs/cert.pem -v$PWD/cert/key.pem:/etc/ssl/private/key.pem -p443:443 speedtest

inceabdullah avatar May 29 '22 14:05 inceabdullah

it's not good practice to pack TLS into a micro-service like this. when using docker, you will also have a rev-proxy/load balancer doing the TLS lifting.

sstidl avatar Nov 03 '23 18:11 sstidl