Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Setting the Server Name Indication (SNI) to the host was done in CAMEL-14070 but sometimes people need to override this with a different value.
The documentation mentions that this can be set using the SSLContextClientParameters but this configuration setting is ignored when the SNI is set in the HttpClientInitializerFactory here:
https://github.com/apache/camel/blob/main/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/HttpClientInitializerFactory.java#L195
Attachments
Issue Links
- links to