Michael Hughes created CAMEL-19502:
--------------------------------------
Summary: netty4-http - allow SSL SNI to be set using
SSLContextClientParameters
Key: CAMEL-19502
URL: https://issues.apache.org/jira/browse/CAMEL-19502
Project: Camel
Issue Type: Improvement
Components: camel-netty4-http
Reporter: Michael Hughes
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|https://camel.apache.org/manual/camel-configuration-utilities.html#_sslcontextclientparameters]
mentions that this can be set using the SSLContextClientParameters but this
configuration setting is ignored when the SNI is set in the
[HttpClientInitializerFactory|
[https://github.com/apache/camel/blob/main/components/camel-netty-http/src/main/java/org/apache/camel/component/netty/http/HttpClientInitializerFactory.java#L195]].
--
This message was sent by Atlassian Jira
(v8.20.10#820010)