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 Fri, Dec 23, 2022 at 2:23 PM Info <info@xxxxxxxxxx> wrote:
>
> Forgotten this, one:
>
>
> 2022-12-23T14:16:10,718 | DEBUG | qtp33227220-155  |
> OpenJDK8ServerALPNProcessor      | 100 - org.eclipse.jetty.util -
> 9.4.43.v20210629 | apply
> ALPNServerConnection@3ad4d770::DecryptedEndPoint@178e18be{l=/0:0:0:0:0:0:0:1:8444,r=/0:0:0:0:0:0:0:1:59831,OPEN,fill=-,flush=-,to=13/30000}
> [acme-tls/1]
>
> So the
> org.eclipse.jetty.alpn.openjdk8.server.OpenJDK8ServerALPNProcessor.ALPNCallback
> gets applied, but no handshakeSucceeded or handshakeFailed (due to
> connection abort?).

I opened https://github.com/eclipse/jetty.project/issues/9085.

If you have wrapped the KeyManager to return the right certificate
(something that from the logs you have done), can you please try the
ConnectionFactory attached to the issue and see if it works for you?

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


Back to the top