Alex Landini created CAMEL-18973:
------------------------------------
Summary: Http Component mTLS not working anymore
Key: CAMEL-18973
URL: https://issues.apache.org/jira/browse/CAMEL-18973
Project: Camel
Issue Type: Bug
Affects Versions: 3.18.4
Reporter: Alex Landini
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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)