Discussion:
[jetty-users] Configure Jetty to support OCSP and CRL lists
Oluf Færø
2018-01-08 16:57:55 UTC
Permalink
The Jetty documentation contains a section on "Configuring the Jetty SslContextFactory".

Three of the bullet points in the documentation (https://www.eclipse.org/jetty/documentation/9.4.x/configuring-ssl.html#configuring-sslcontextfactory) say that the SslContextFactory is responsible for

* Certificate Revocation Lists<https://en.wikipedia.org/wiki/Revocation_list> and Distribution Points (CRLDP)
* OCSP<https://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol> Support
* Client Authentication Support
I have the Client Authentication Support working. But how do I configure the support for Certificate Revocation Lists and OCSP ? I need to have this configured to check if the client certificates have been revoked.

There is nothing mention in the documentation, as far as I can see.

The javadoc (https://www.eclipse.org/jetty/javadoc/9.4.7.v20170914/org/eclipse/jetty/util/ssl/SslContextFactory.html#) mentions a couple of CRL and OCSP methods.

But where can I read more on how this should be configured ?

Or if somebody could describe a working configuration ?
Simone Bordet
2018-01-10 09:42:25 UTC
Permalink
Hi,
The Jetty documentation contains a section on “Configuring the Jetty
SslContextFactory”.
Three of the bullet points in the documentation
(https://www.eclipse.org/jetty/documentation/9.4.x/configuring-ssl.html#configuring-sslcontextfactory)
say that the SslContextFactory is responsible for
Certificate Revocation Lists and Distribution Points (CRLDP)
OCSP Support
Client Authentication Support
I have the Client Authentication Support working. But how do I configure the
support for Certificate Revocation Lists and OCSP ? I need to have this
configured to check if the client certificates have been revoked.
There is nothing mention in the documentation, as far as I can see.
The javadoc
(https://www.eclipse.org/jetty/javadoc/9.4.7.v20170914/org/eclipse/jetty/util/ssl/SslContextFactory.html#)
mentions a couple of CRL and OCSP methods.
But where can I read more on how this should be configured ?
Or if somebody could describe a working configuration ?
SslContextFactory, for CRL and OCSP, just forwards the information to
the relevant JDK classes, so it should be enough for you to configure
CRL and OCSP in SslContextFactory.
Have you done it already ?
--
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Loading...