You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "François Loison (Jira)" <ji...@apache.org> on 2021/01/22 11:47:00 UTC

[jira] [Updated] (CAMEL-16069) Camel-HTTP component doesn't resume SSL sessions

     [ https://issues.apache.org/jira/browse/CAMEL-16069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

François Loison updated CAMEL-16069:
------------------------------------
    Summary: Camel-HTTP component doesn't resume SSL sessions  (was: Came-HTTP component doesn't resume SSL sessions)

> Camel-HTTP component doesn't resume SSL sessions
> ------------------------------------------------
>
>                 Key: CAMEL-16069
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16069
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-http
>    Affects Versions: 2.25.1
>            Reporter: François Loison
>            Priority: Minor
>             Fix For: 3.x
>
>
> SSL supports SSL session resume.
> This feature saves a lot of time because SSL initialization (time consuming is skipped).
> For details, please see : [https://vincent.bernat.ch/en/blog/2011-ssl-session-reuse-rfc5077]
> I did a standalone test with Apache HttpClient having same version the one used in Camel 2.25.1 : it works.
> But SSL session resuming fails with Camel.
> Server Hello is rejected by Apache Web server.
> Apache says : 
> {{AH02255: Changed client verification type will force renegotiation}}
> And then previous session is invalidated.
> This problem doesn't occur in my standalone tester.
> Resuming SSL sessions would increase drasticaly performance.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)