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?

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

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top