Uploaded image for project: 'Synapse'
  1. Synapse
  2. SYNAPSE-938

[PTT] Http Proxy not working with PassThroughHttpSender

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 3.0.0
    • Transports
    • None

    Description

      In Nhttp transport we can define http proxy parameters as follows to send messages through a http proxy.

      <transportSender name="http" class="org.apache.synapse.transport.nhttp.HttpCoreNIOSender">
      <parameter name="non-blocking" locked="false">true</parameter>
      <parameter name="warnOnHTTP500" locked="false">*</parameter>
      <parameter name="http.proxyHost" locked="false">proxy.synapse.org</parameter>
      <parameter name="http.proxyPort" locked="false">3128</parameter>
      <parameter name="http.nonProxyHosts" locked="false">..foo.synapse.org|..bar.synapse.org</parameter>
      </transportSender>

      But in PassThroughHttpSender this configuration does not work.

      Attachments

        1. SYNAPSE-938.patch
          9 kB
          Isuru Udana

        Activity

          People

            hiranya Hiranya Kasub Jayathilaka
            isudana Isuru Udana
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: