A repository with an https server implementation which is published in https://maxmartinez.dev
npm run startnpm run start:https# http server
curl -I http://localhost:9001/health-check# https server
curl --verbose https://localhost:9001/health-check