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?

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


Back to the top