Skip to content
Snippets Groups Projects
  1. Feb 17, 2025
    • Eric Eastwood's avatar
      Add support to proxy outbound requests from Synapse in tests (#18158) · 12dc6b10
      Eric Eastwood authored
      Adds new environment variables that can be used with the Docker image
      (`SYNAPSE_HTTP_PROXY`/`SYNAPSE_HTTPS_PROXY`/`SYNAPSE_NO_PROXY`)
      
      Useful for things like the [Secure Border
      Gateway](https://element.io/server-suite/secure-border-gateways)
      
      
      ### Why is this necessary?
      
      You can already configure the `HTTP_PROXY`/`HTTPS_PROXY` environment
      variables to proxy outbound requests but setting this globally in the
      Docker image affects all processes which isn't always desirable or
      workable in the case where the proxy is running in the Docker image
      itself (because the Debian packages will fail to download because the
      proxy isn't up and running yet) . Adding Synapse specific environment
      variables
      (`SYNAPSE_HTTP_PROXY`/`SYNAPSE_HTTPS_PROXY`/`SYNAPSE_NO_PROXY`) makes
      things much more targetable.
      12dc6b10
  2. Jun 30, 2022
  3. Jun 27, 2022
Loading