Configuring SSL

This page outlines how to configure the PullRequest proxy to use SSL.

In order to use SSL for the PullRequest Proxy webhook handling, some additional fields must be configured on the .env file that we opened earlier:

USE_TLS=true
TLS_CERT_PATH=<path_to_ssl_cert>
TLS_KEY_PATH=<path_to_ssl_key>

This can be skipped if the proxy is meant to run without SSL.

Last updated