Hello, Thank you for your response.
Could you provide any specific DL/mail group which would be able to provide support to us? We check the link below and can find the same DL group to whom we sent the email earlier. Thanks & Regards, Nitesh Bheda Advanced Software Engineer | PS CoE Diebold Nixdorf Office: +91 22 66497669 Cell: +91 9833207610 www.DieboldNixdorf.com<http://www.dieboldnixdorf.com/> Holiday Alert: Vacation Alert: [cid:image001.png@01D8C917.1B089E10]<https://www.linkedin.com/company/diebold/> [cid:image002.png@01D8C917.1B089E10] <https://twitter.com/dieboldnixdorf> [cid:image003.jpg@01D8C917.1B089E10] <https://www.youtube.com/DieboldNixdorf> [cid:image004.png@01D8C917.1B089E10] <https://www.facebook.com/DieboldNixdorf/> From: Claus Ibsen <claus.ib...@gmail.com> Sent: 08 September 2022 17:49 To: users@camel.apache.org Cc: Bheda, Nitesh <nitesh.bh...@dieboldnixdorf.com> Subject: Re: netty http component - SNI missing in SSL handshake 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 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<https://urldefense.proofpoint.com/v2/url?u=https-3A__camel.apache.org_manual_commercial-2Dcamel-2Dofferings.html&d=DwMFaQ&c=7my1DiYA8Epq5UwiA7n6nQ&r=IGvDFcZsyZEjrQY_gKzo_Z41guGjq6GnfqF0WHm00ME&m=l5gRM9KWO8CjGhISW3yjhu1sHGcIr9pR3R7zy-pesVz75UEgt18wD9nLIfNrLCK4&s=2T3Qe94_LMdK30v86gdZgx1pzdOwy15rW8xblo5dU00&e=> On Thu, Sep 8, 2022 at 2:15 PM Somvanshi, Ashitosh <ashitosh.somvan...@dieboldnixdorf.com<mailto: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><http://www.dieboldnixdorf.com/> From: Somvanshi, Ashitosh Sent: Monday, September 5, 2022 8:52 PM To: users@camel.apache.org<mailto:users@camel.apache.org> Cc: Bheda, Nitesh <nitesh.bh...@dieboldnixdorf.com<mailto: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><http://www.dieboldnixdorf.com/> -- Claus Ibsen ----------------- http://davsclaus.com<https://urldefense.proofpoint.com/v2/url?u=http-3A__davsclaus.com&d=DwMFaQ&c=7my1DiYA8Epq5UwiA7n6nQ&r=IGvDFcZsyZEjrQY_gKzo_Z41guGjq6GnfqF0WHm00ME&m=l5gRM9KWO8CjGhISW3yjhu1sHGcIr9pR3R7zy-pesVz75UEgt18wD9nLIfNrLCK4&s=ORRO9Q7fynph33x7jURN0_cA2m-PT4P_JrDCIsa5ZSM&e=> @davsclaus Camel in Action 2: https://www.manning.com/ibsen2<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.manning.com_ibsen2&d=DwMFaQ&c=7my1DiYA8Epq5UwiA7n6nQ&r=IGvDFcZsyZEjrQY_gKzo_Z41guGjq6GnfqF0WHm00ME&m=l5gRM9KWO8CjGhISW3yjhu1sHGcIr9pR3R7zy-pesVz75UEgt18wD9nLIfNrLCK4&s=5wjXEHqmXLpCwBwg4PkvXNrCqgGpljMLCZNSjdWs_Ok&e=>