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?

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?

Steve Sobol - Lobos Studios wrote:
I'm going to try a couple more things just in case the problem is me (as opposed to the build), and if I still can't get it to work, I'll go ahead and file the bug.

Steve Sobol - Lobos Studios wrote:
So... upgrading the VPS to 2GB RAM did the trick. Everything built with no errors. But the bug still isn't fixed.

Steve Sobol - Lobos Studios wrote:
I sure did! SNI is the reason why I'm moving to Jetty 9.3, and server-side SNI requires Java 8.

My Windows laptop and my Ubuntu virtual private server both have the latest Oracle JDK.

But, I should clarify something. It APPEARS that the build went off without a hitch, but I hit a snag on one of the unit tests... there is a timeout during shutdown of Jetty.

My laptop is rather underpowered and gets sluggish if I have lots of stuff open. I'm actually planning on replacing the laptop soon.

The server is an SSD VPS and is pretty quick, but now that I think about it, my production Jetty server has 2GB of RAM and the new Jetty server only has 1GB, so I'm going to upgrade the new server to 2GB to see if that helps.


 "" wrote:
You did use Java 1.8  ?

Works for me (somewhat dated jdk)..

git clone http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git
cd org.eclipse.jetty.project/
export PATH=~/apps/java/jdk1.8.0_25/bin:$PATH
export JAVA_HOME=~/apps/java/jdk1.8.0_25
mvn install

....   Need a faster PC ...

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 35:59.600s
[INFO] Finished at: Sun Aug 09 15:32:15 NZST 2015
[INFO] Final Memory: 222M/732M
[INFO] -----------------------------------------------------------------------

On 9 August 2015 at 14:46, Steve Sobol - Lobos Studios <steve@xxxxxxxxxxxxxxxx> wrote:
Well, I can't get master to build on either Windows or Ubuntu. :(

Simone Bordet wrote:
Hi,

On Mon, Aug 3, 2015 at 5:49 PM, Steve Sobol - Lobos Studios
<steve@xxxxxxxxxxxxxxxx> wrote:
Bump - I am not asking for an answer, necessarily.
Sorry for the late reply.

I just need someone to
point me in the right direction. I thought I'd done everything correctly and
based on what I've heard from Joakim, I figured I was ok leaving most of the
defaults in jetty-ssl.xml and jetty-ssl-context.xml.

Thanks in advance for any additional help you can offer, and I appreciate
the help that's already been given.
I think that the during the refactoring to get rid of
ExtendedSslContextFactory something got messed up.
Speaking with Greg offline, he said that he fixed things, though.

Can you please test the latest master branch version ?

Otherwise, please file an issue at
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty and assign
it to Greg.


--
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


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

--
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


--
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


--
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


--
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