Oisann / tls-1point3-test

A simple TLS 1.3 test server. Supports a custom file and uses a self-signed certificate. Certs can be changed easily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLS 1.3 Test

A test web server that only accepts TLS 1.3.

Paths

  • / is a basic check to see if your application can talk to the server. It just returns a basic text response.
  • /content will serve a custom file.

Pre-built Docker image

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

Custom content file

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.

Self-signed certificate

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.

About

A simple TLS 1.3 test server. Supports a custom file and uses a self-signed certificate. Certs can be changed easily.


Languages

Language:Go 81.3%Language:Dockerfile 18.7%