You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Robert Gagliardo (JIRA)" <ji...@apache.org> on 2008/01/23 20:56:34 UTC

[jira] Created: (AXIS2-3468) Proxy Configuration does not honor https proxy system properties

Proxy Configuration does not honor https proxy system properties
----------------------------------------------------------------

                 Key: AXIS2-3468
                 URL: https://issues.apache.org/jira/browse/AXIS2-3468
             Project: Axis 2.0 (Axis2)
          Issue Type: Sub-task
          Components: transports
    Affects Versions: 1.3
            Reporter: Robert Gagliardo


This change does not work for ssl proxies, in fact it breaks a lot of things. If it's going to do proxy configuration automatically it will need to know the context in order to look up the correct system property.

IE

http -
http.proxyHost (default: <none>)
http.proxyPort (default: 80 if http.proxyHost specified)
http.nonProxyHosts (default: <none>)

https -
https.proxyHost (default: <none>)
https.proxyPort (default: 80 if http.proxyHost specified)
https.nonProxyHosts (default: <none>)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org