A test web server that only accepts TLS 1.3.
/is a basic check to see if your application can talk to the server. It just returns a basic text response./contentwill serve a custom file.
You can use the pre-built docker image from the Github Action running on master:
docker pull docker.pkg.github.com/oisann/tls-1point3-test/tls-1point3-test:latest
The /content path will look for a file in ./files/ named content and serve that.
If it isn't there, the server will panic.
You can use --restart=always to restart the image automatically.
The server comes with a self-signed certificate. This can easily be updated by changing out the files in ./certs/, just make sure to keep the names the same.