Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Configuring Jetty to use SSL

Hi Greg,

it does not seems @Deprecated to me:
http://download.eclipse.org/jetty/stable-8/xref/org/eclipse/jetty/util/ssl/SslContextFactory.html#67


On Fri, Jan 25, 2013 at 4:28 PM, Greg Laursen <Greg_Laursen@xxxxxxxxxxxxxxxx> wrote:
We are using Jetty 8.1.8 and SslContextFactory is flagged as deprecated through the Eclipse IDE.

-----Original Message-----
From: jetty-users-bounces@xxxxxxxxxxx [mailto:jetty-users-bounces@xxxxxxxxxxx] On Behalf Of Thomas Becker
Sent: Friday, January 25, 2013 1:20 AM
To: jetty-users@xxxxxxxxxxx
Subject: Re: [jetty-users] Configuring Jetty to use SSL

Hi Greg,

how come that you think SslContextFactory is deprecated? That'll be new to me. Here's our latest documentation about configuring SSL:

http://www.eclipse.org/jetty/documentation/current/configuring-ssl.html

Cheers,
Thomas

Am 1/24/13 6:27 PM, schrieb Greg Laursen:
> I have been given the task to configure Jetty to use SSL.  In
> researching, I found the preferred way is to configure the SSL
> parameters by configuring the SslContextFactory.  Upon starting down
> this road I found that the SslContextFactory is now deprecated.  Is
> there a new approach I should be looking into?
>
> Thanks much,
>
> Greg
>
>
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top