Under certain situations, we want the proxay server to accept connections over HTTPS instead of over HTTP for CORS reasons. This PR adds an option to optionally supply a HTTPS key and cert on the CLI, and if both are provided, HTTPS support is enabled. Both HTTP and HTTPS run side by side in this situation.
Under certain situations, we want the
proxay
server to accept connections over HTTPS instead of over HTTP for CORS reasons. This PR adds an option to optionally supply a HTTPS key and cert on the CLI, and if both are provided, HTTPS support is enabled. Both HTTP and HTTPS run side by side in this situation.