You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Dmitry Goncharov (JIRA)" <ji...@apache.org> on 2008/12/08 18:16:46 UTC

[jira] Created: (AXIS2C-1312) axis2_http_client_connect_ssl_host() cannot make an https connection through http proxy when the proxy requires authentication

axis2_http_client_connect_ssl_host() cannot make an https connection through http proxy when the proxy requires authentication
------------------------------------------------------------------------------------------------------------------------------

                 Key: AXIS2C-1312
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1312
             Project: Axis2-C
          Issue Type: Bug
          Components: core/transport
    Affects Versions: 1.5.0
            Reporter: Dmitry Goncharov
             Fix For: 1.5.0


When proxy responds with 407 authentication required axis2_http_client_connect_ssl_host() fails.
Instead axis2_http_client_connect_ssl_host() should repeat with proper credentials.

-- 
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-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-1312) axis2_http_client_connect_ssl_host() cannot make an https connection through http proxy when the proxy requires authentication

Posted by "Dmitry Goncharov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitry Goncharov updated AXIS2C-1312:
-------------------------------------

    Attachment: axis2_proxy.patch

This patch fixes the bug.
Should be applied on linux.
Please, note this patch also contains fixes which fix jira issues 1309, 1310 and 1311.

> axis2_http_client_connect_ssl_host() cannot make an https connection through http proxy when the proxy requires authentication
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1312
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1312
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/transport
>    Affects Versions: 1.5.0
>            Reporter: Dmitry Goncharov
>             Fix For: 1.5.0
>
>         Attachments: axis2_proxy.patch
>
>
> When proxy responds with 407 authentication required axis2_http_client_connect_ssl_host() fails.
> Instead axis2_http_client_connect_ssl_host() should repeat with proper credentials.

-- 
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-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-1312) axis2_http_client_connect_ssl_host() cannot make an https connection through http proxy when the proxy requires authentication

Posted by "Manjula Peiris (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manjula Peiris updated AXIS2C-1312:
-----------------------------------

    Fix Version/s:     (was: 1.5.0)
                   1.6.0

> axis2_http_client_connect_ssl_host() cannot make an https connection through http proxy when the proxy requires authentication
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1312
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1312
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/transport
>    Affects Versions: 1.5.0
>            Reporter: Dmitry Goncharov
>             Fix For: 1.6.0
>
>         Attachments: axis2_proxy.patch
>
>
> When proxy responds with 407 authentication required axis2_http_client_connect_ssl_host() fails.
> Instead axis2_http_client_connect_ssl_host() should repeat with proper credentials.

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


[jira] Commented: (AXIS2C-1312) axis2_http_client_connect_ssl_host() cannot make an https connection through http proxy when the proxy requires authentication

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698348#action_12698348 ] 

Senaka Fernando commented on AXIS2C-1312:
-----------------------------------------

Hi Dmitry,

I'm trying to understand what you are trying to do with your patch. You say "Please, note this patch also contains fixes which fix jira issues 1309, 1310 and 1311". Issues 1309-1311 are already fixed, and therefore, can you reattach this patch? 

Also, regarding return values, returning AXIS2_FAILURE is recommended in place of -1. Please do correct those as well.

Thanks,
Senaka

> axis2_http_client_connect_ssl_host() cannot make an https connection through http proxy when the proxy requires authentication
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1312
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1312
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/transport
>    Affects Versions: 1.5.0
>            Reporter: Dmitry Goncharov
>            Assignee: S.Uthaiyashankar
>             Fix For: 1.6.0
>
>         Attachments: axis2_proxy.patch
>
>
> When proxy responds with 407 authentication required axis2_http_client_connect_ssl_host() fails.
> Instead axis2_http_client_connect_ssl_host() should repeat with proper credentials.

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


[jira] Assigned: (AXIS2C-1312) axis2_http_client_connect_ssl_host() cannot make an https connection through http proxy when the proxy requires authentication

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar reassigned AXIS2C-1312:
----------------------------------------

    Assignee: S.Uthaiyashankar

> axis2_http_client_connect_ssl_host() cannot make an https connection through http proxy when the proxy requires authentication
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1312
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1312
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/transport
>    Affects Versions: 1.5.0
>            Reporter: Dmitry Goncharov
>            Assignee: S.Uthaiyashankar
>             Fix For: 1.6.0
>
>         Attachments: axis2_proxy.patch
>
>
> When proxy responds with 407 authentication required axis2_http_client_connect_ssl_host() fails.
> Instead axis2_http_client_connect_ssl_host() should repeat with proper credentials.

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