Re: Jetty and the Invalid SNI

2024-05-01 Thread ski n
n, MA 02110 > T 617-772-0096 | M 857-283-3724 | alex.matt...@bbh.com > www.bbh.com > > -Original Message- > From: Fyodor Kravchenko > Sent: Thursday, September 21, 2023 10:48 AM > To: users@camel.apache.org > Subject: [EXTERNAL SENDER:] Re: Jetty and the Invalid SNI

RE: Jetty and the Invalid SNI

2023-09-21 Thread Mattern, Alex
02110 T 617-772-0096 | M 857-283-3724 | alex.matt...@bbh.com www.bbh.com -Original Message- From: Fyodor Kravchenko Sent: Thursday, September 21, 2023 10:48 AM To: users@camel.apache.org Subject: [EXTERNAL SENDER:] Re: Jetty and the Invalid SNI Hi, thank you, seems no-one will be able

Re: Jetty and the Invalid SNI

2023-09-21 Thread Fyodor Kravchenko
entries in the keystore. -- Alex -Original Message- From: Fyodor Kravchenko Sent: Thursday, September 21, 2023 9:35 AM To: users@camel.apache.org Subject: [EXTERNAL SENDER:] Re: Jetty and the Invalid SNI Hello, I don't really want to use Jetty, but I'm currently migrating my project that uses

RE: Jetty and the Invalid SNI

2023-09-21 Thread Mattern, Alex
SENDER:] Re: Jetty and the Invalid SNI Hello, I don't really want to use Jetty, but I'm currently migrating my project that uses Jetty from Camel 2 via 3 to 4. I'll be able to use something different when it starts working with Jetty so I'm able to fix every other functionality before

Re: Jetty and the Invalid SNI

2023-09-21 Thread Fyodor Kravchenko
Hello, I don't really want to use Jetty, but I'm currently migrating my project that uses Jetty from Camel 2 via 3 to 4. I'll be able to use something different when it starts working with Jetty so I'm able to fix every other functionality before switching to a different web server.

Re: Jetty and the Invalid SNI

2023-09-21 Thread Claus Ibsen
Hi Do you really need to use Jetty? If you use Spring Boot or Quarkus they come with HTTP server which you can configure for TLS/SSL more easier than Jetty. On Mon, Sep 18, 2023 at 12:30 PM Fyodor Kravchenko wrote: > Hello, > > I'm missing how do I set up the new Jetty in Camel 4 to let me

Jetty and the Invalid SNI

2023-09-18 Thread Fyodor Kravchenko
Hello, I'm missing how do I set up the new Jetty in Camel 4 to let me access the localhost via SSL while developing or when needed for other purposes. I'm getting the "org.eclipse.jetty.http.BadMessageException: 400: Invalid SNI" error. I'm configuring the SSL as the following: