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 07:41:00 UTC

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

François Loison created CAMEL-16069:
---------------------------------------

             Summary: Cammel HTTP component doesn't resume SSL sessions
                 Key: CAMEL-16069
                 URL: https://issues.apache.org/jira/browse/CAMEL-16069
             Project: Camel
          Issue Type: Wish
          Components: camel-http
    Affects Versions: 2.25.1
            Reporter: François Loison


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)