Hi This is community support and volunteer based. You are using an old EOL Camel version, so chances for help are lower.
There is commercial support for people that need this kind of support level https://camel.apache.org/manual/commercial-camel-offerings.html On Thu, Sep 8, 2022 at 2:15 PM Somvanshi, Ashitosh < ashitosh.somvan...@dieboldnixdorf.com> wrote: > Hello Team, > > Can we expect any support here or at least an acknowledgement? > > > Thanks and Regards, > Ashitosh Somvanshi | PS CoE > Diebold Nixdorf > www.DieboldNixdorf.com<http://www.dieboldnixdorf.com/> > > From: Somvanshi, Ashitosh > Sent: Monday, September 5, 2022 8:52 PM > To: users@camel.apache.org > Cc: Bheda, Nitesh <nitesh.bh...@dieboldnixdorf.com> > Subject: netty http component - SNI missing in SSL handshake > > Hello Support team, > > We are using camel netty http component in order to connect to REST API. > Artifact : camel-netty-http version : 2.18.3 > App server: Web sphere > > We are not able to send SNI/server name to server in client hello, which > is required in our case so that server can send back appropriate > certificates. > We have tried to set SNI like below but it's not working: > SSLContextClientParameters sslClient = new SSLContextClientParameters(); > sslClient.setSniHostName(sniName); > > SSLContextParameters scp = new SSLContextParameters(); > scp.setClientParameters(sslClient); > > NettyComponent nettyComponent = > camelContext().getComponent("netty-http",NettyComponent.class); > nettyComponent.getConfiguration().setSslContextParameters(scp); > > We can see below warnings in systemOut.log file related to server name: > [9/1/22 10:19:12:811 AST] 0000010d SystemOut O > javax.net.ssl|WARNING|01 > 0D|ActorSystem-JsonHostSP-akka.actor.default-dispatcher-2|2022-09-01 > 10:19:12.810 AST|Thread.java:1564|Unable to indicate server name > [9/1/22 10:19:12:813 AST] 0000010d SystemOut O javax.net.ssl|FINE|01 > 0D|ActorSystem-JsonHostSP-akka.actor.default-dispatcher-2|2022-09-01 > 10:19:12.812 AST|Thread.java:1564|Ignore, context unavailable extension: > server_name > > Could you please support on this issue? > > Thanks and Regards, > Ashitosh Somvanshi | PS CoE > Diebold Nixdorf > www.DieboldNixdorf.com<http://www.dieboldnixdorf.com/> > > -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2