Uploaded image for project: 'Red Hat 3scale API Management'
  1. Red Hat 3scale API Management
  2. THREESCALE-11215

Sample configuration of proxy service policy is incorrect.

XMLWordPrintable

      In 4.1.25. Proxy Service,

      the values of https_proxy and http_proxy should be "http://192.168.15.103:8888/" (not https).

      "policy_chain": [
          {
            "name": "apicast.policy.apicast"
          },
          {
            "name": "apicast.policy.http_proxy",
            "configuration": {
                "all_proxy": "http://192.168.15.103:8888/",
                "https_proxy": "https://192.168.15.103:8888/",
                "http_proxy": "https://192.168.15.103:8888/"
            }
          }
      ]
      

      This has been fixed in the master branch of the upstream.
      https://github.com/3scale/APIcast/commit/260dca59658a3af752ad9d2da8c5560f343f8246

              Unassigned Unassigned
              rhn-support-tkonishi Takayuki Konishi
              Darren Fennessy Darren Fennessy
              Martin Kudlej Martin Kudlej
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: