HackerOne Code
Visit HackerOne.comLog In
  • Introduction to HackerOne Code for On-Premise Integrations
  • Create User Account & Organization
  • Installing PullRequest Proxy
  • Configuring your Proxy to Connect to the PullRequest Server
  • Configure Posting User
    • Configure GitHub Posting User
    • Configure Bitbucket Posting User
    • Configure GitLab Posting User
    • Configure Azure DevOps Posting User
  • Configuring SSL
  • Start the PullRequest Proxy
  • Verify Data on HackerOne Code
  • Configure Webhooks
    • Configure GitHub Webhooks
    • Configure Bitbucket Webhooks
    • Configure GitLab Webhooks
    • Configure Azure DevOps Webhooks
  • Next Steps
    • Project Visibility in the HackerOne Code Dashboard
  • Manually Requesting Validation With Posting User
  • Upgrading PullRequest Proxy
  • PullRequest Proxy Dataflow Diagram
Powered by GitBook
On this page

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.

PreviousConfigure Azure DevOps Posting UserNextStart the PullRequest Proxy

Last updated 27 days ago