Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Information Provided
-
3.20.1
-
None
-
None
-
Unknown
Description
Hi,
I'm trying to update apache camel version from version 3.18.4 to version 3.20.1.
I have an integration with a rest api exposed through https with mtls authentication.
I created a SSLContextParameters object with the keystores configuration .
With apache camel 3.18.4 everything is working fine starting from 3.20.1 stopped working,
if I removed the mtls from the server everything works fine, I'm getting the following error from the server:
Caused by: javax.net.ssl.SSLException: readHandshakeRecord
I created a test case with wiremock to simulate the external API, you can check the following repository with a full example:
https://github.com/landal79/camel-mtls-test
Thanks