Skip to content

release-397c807

Choose a tag to compare

@github-actions github-actions released this 02 Apr 02:54
· 80 commits to master since this release
397c807
HTTP/HTTPS adjustments (#314)

# Changes
* Validate private/public key pair before attempting to start server on HTTPS port.
* Improved logging of staging of web server start up/failure.
* Renaming `WebPort` to `HttpPort` in config.yaml
* Adding `HttpsRedirect` boolean. 
  * if true, will redirect http traffic to https. Must have both http and https running for this to work.
* Possible to run no web server at all by setting http/https ports to zero.