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 Tue, Nov 29, 2022 at 3:04 PM Info <info@xxxxxxxxxx> wrote:
>
> Hi Simone,
>
> some premature cheering on my behalf, I was thinking the ALPN processor would do the ACME handling but after re-reading your suggestions it is becoming clear that I need to implement something similar to the HTTP2 Jetty part.

I repeatedly said that I think it works out of the box and you should
not need to write anything, just configure the list of ALPN protocols.

> I got the HTTP2 part working and I am getting sessions created and closed, my http test-client reports that h2 is the selected protocol. So now I must create an similar ACME connectionfactory and onOpened add a ACME4J session to the jetty session, or how to combine the Jetty API with the ACME4J api?

I'm lost.
I don't think you need any of that, it already works out of the box if
you configure the list of ALPN protocols.

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


Back to the top