Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty SNI - Where's ExtendedSslContextFactory?

Thanks for the follow-up -- it's really not going at all. I just started a big new 40 hour/week contract on Thursday and I am working that contract AND trying to wrap up some smaller projects. I just have not had time to dive into this.

What I'd like to do, instead of just filing a bug, is to dive in and debug the problem myself. I can download the latest snapshot and build everything from the command line using Maven, and I can import the projects into my IDE (IntelliJ IDEA Ultimate), but figuring out where (and how) to debug is tricky. I am not embedding Jetty on my production servers. Instead, I am running Jetty as a standalone web server using start.jar and XML configuration. I suspect that if I WAS embedding Jetty, it'd be easier to debug. :)


Simone Bordet wrote:
Steve,

On Mon, Aug 10, 2015 at 12:35 PM, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
Hi,

On Mon, Aug 10, 2015 at 5:45 AM, Steve Sobol - Lobos Studios
<steve@xxxxxxxxxxxxxxxx> wrote:
I have a question. I have two domain-validation-only certificates signed by
Comodo. There are three intermediate certificates that Jetty needs to see
because they complete the chain of authority. It doesn't matter if I have
the website's SSL certificates and the intermediate certificates in the same
keystore, right?
They have to be in the same keystore, AFAIK, or in cacerts.
I don't think there are other places the JVM is looking into.

For the build, skip the tests for now:

mvn clean install -DskipTests=true
How is this going ?

Thanks !


--
Lobos Studios - Website and Mobile App Design & Development; IT Support; Computer Maintenance
Toll Free  877.919.4WEB - Apple Valley 760.684.8859 - Los Angeles 310.945.2410 - Cleveland 216.242.4010
www.LobosStudios.com * www.facebook.com/LobosStudios * @LobosStudios


Back to the top