You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/08/21 19:19:31 UTC

[jira] Created: (CXF-929) Https connections recreated for each request

Https connections recreated for each request
--------------------------------------------

                 Key: CXF-929
                 URL: https://issues.apache.org/jira/browse/CXF-929
             Project: CXF
          Issue Type: Bug
          Components: Transports
    Affects Versions: 2.0.1
            Reporter: Daniel Kulp



It looks like the Https connections are being recreated for each request which is causing about a 1 second handshake delay per request.       The Https stuff needs to honor keep-alives and such to make subsequent requests faster.





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


[jira] Resolved: (CXF-929) Https connections recreated for each request

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

Daniel Kulp resolved CXF-929.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.2
         Assignee: Daniel Kulp


The HttpsURLConnectionFactory was creating a new SSLSession and SSLSocketFactory for every request.   Thus, information in the session (like the keys and such) that were previously negotiated were then invalid and new connections were required.



> Https connections recreated for each request
> --------------------------------------------
>
>                 Key: CXF-929
>                 URL: https://issues.apache.org/jira/browse/CXF-929
>             Project: CXF
>          Issue Type: Bug
>          Components: Transports
>    Affects Versions: 2.0.1
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.0.2
>
>
> It looks like the Https connections are being recreated for each request which is causing about a 1 second handshake delay per request.       The Https stuff needs to honor keep-alives and such to make subsequent requests faster.

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