HackerOne Code Review (Azure DevOps)
  • Introduction
  • Create Account & Organization
  • Installing the PullRequest Proxy
  • Configuring your Proxy to Connect to the Code Review Server
  • Configure Posting User
    • Configure Azure DevOps Posting User
  • Configuring SSL
  • Start the PullRequest Proxy
  • Verify Data on PullRequest
  • Configure Webhooks
    • Configure Azure DevOps Webhooks
  • Assigning Pull Requests with Posting User
  • Upgrading the PullRequest Proxy
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 1 year ago