# Configuring SSL

Consider enabling HTTPS on the webhook endpoints that the PullRequest Proxy exposes to receive incoming web hooks from your provider. This is optional, but highly recommended. In order to use SSH for the proxy web hook handling, you must configured some additional fields on the `.env` file created earlier in this setup:\
&#x20;

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>
```

{% hint style="info" %}
This can be skipped if the proxy is meant to run without SSL.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pullrequest.com/on-premise-server/configuring-ssl.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
