Objectives

  • Configure Aidbox to use a proxy for outgoing requests.

Before you begin

  • You must have an active proxy server.

Configure Aidbox to use a proxy for outgoing requests

To configure Aidbox to use a proxy for outgoing requests, you need to set the following environment variable:

JAVA_OPTS: -Dhttps.proxyHost=proxyhost -Dhttps.proxyPort=proxyPort

Please note that this configuration will proxy all outbound requests from Aidbox, including things like Subscriptions with webhook destinations.

See also:

Last updated: