Skip to content
Snippets Groups Projects
  1. Sep 10, 2020
  2. Sep 04, 2020
  3. Nov 01, 2019
    • Richard van der Hoff's avatar
      Support for routing outbound HTTP requests via a proxy (#6239) · 1cb84c64
      Richard van der Hoff authored
      The `http_proxy` and `HTTPS_PROXY` env vars can be set to a `host[:port]` value which should point to a proxy.
      
      The address of the proxy should be excluded from IP blacklists such as the `url_preview_ip_range_blacklist`.
      
      The proxy will then be used for
       * push
       * url previews
       * phone-home stats
       * recaptcha validation
       * CAS auth validation
      
      It will *not* be used for:
       * Application Services
       * Identity servers
       * Outbound federation
       * In worker configurations, connections from workers to masters
      
      Fixes #4198.
      Unverified
      1cb84c64
  4. Jun 10, 2019
  5. May 10, 2019
  6. Jan 29, 2019
  7. Jul 03, 2018
  8. Jul 10, 2017
  9. Jan 22, 2015
  10. Dec 02, 2014
  11. Sep 02, 2014
  12. Aug 12, 2014
Loading