Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] TLS ALPN ACME Lets Encrypt challange

Hi,

On Thu, Nov 24, 2022 at 3:37 PM Info <info@xxxxxxxxxx> wrote:
>
> Hi, Simone,
>
> I do need to create my own ALPNServerConnectionFactory because on
> startup of the OSGi environment the SPI FLY might be too early detecting
> ALPN processors.
> My ALPNServerConnectionFactory implementation now has a OSGi
> ServiceTracker for ALPN processors dealing with the OSGi livecycle and
> initializing and adding any ALPNProcessor.Server services found.
> The bundle implementing the ALPNServerConnectionFactory and the
> ALPNServerConnection is set on pax-web-jetty as a bundle fragment to
> expand its classpath so pax-web can execute the jetty.xml:

That's new.
AFAICT, other OSGi users do not need to do this.
We run OSGi tests without any "special" setup for ALPN.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top