Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.8.0
-
None
-
Unknown
Description
If two-way ssl is used with camel-http component and ssl parameters are taken from sytem properties, connection fails.
Reason is that system properties `javax.net.ssl.keyStorePassword` and `javax.net.ssl.keyStore`are ignored. Problem is caused by difference in https://github.com/apache/httpcomponents-core/blob/4.4.x/httpcore/src/main/java/org/apache/http/ssl/SSLContexts.java#L43 vs https://github.com/apache/httpcomponents-core/blob/4.4.x/httpcore/src/main/java/org/apache/http/ssl/SSLContexts.java#L62
Attachments
Issue Links
- links to