Hello,

I see that the way jetty configures SSL has recently changed.

Previously (Jetty 7.3.1 and earlier) used SSLSocketConnector. Now
Jetty provides a more configurable
SslContextFactory, where even the SSLContext can be set for this
SslContextFactory.

A question - in the upcoming PAX Web 2 would it be possible to set
up/modify this Jetty SslContextFactory in code?
I ask this as I would like to provide my own custom SSLContext to it
(provided by my own non-Jetty SSLContextFactory
OSGi service - used by other non-Jetty SSL ports). I want to do this
because I want to provide a custom trust
manager configuration (which may, for example, look up LDAP to verify
a client certificate match).

This is a nice to have. Just wondering if it is possible.

thanks in advance,
Gareth

_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to