release-397c807
·
80 commits
to master
since this release
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.