Hi John, I was having similar issues and made a minimal sample project to debug my issues. When I run it and issue: $ openssl s_client -alpn h3,h4 -connect localhost:8443 in another terminal, I get:
... Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: X25519, 253 bits --- SSL handshake has read 872 bytes and written 403 bytes Verification error: self signed certificate --- New, TLSv1.3, Cipher is TLS_AES_256_GCM_SHA384 Server public key is 256 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE ALPN protocol: h3 Early data was not sent Verify return code: 18 (self signed certificate) --- read:errno=0 If that's what you wanted, you can see how I configured jetty here: https://github.com/GlenKPeterson/http2-server-jar-sample On Tue, Nov 12, 2019 at 1:49 AM John Jiang <[email protected]> wrote: > Hi, > Using 9.4.22. > > My jetty server supports HTTP/2, including h2c and h2, and try the below > command, > openssl s_client -alpn h3,h4 -connect host:port > For this case, per RFC 7301 section 3.2, the server shall alter fatal > no_application_protocol. > But with my testing, the server raised warning user_canceled. > Is this a bug? > > Thanks! > _______________________________________________ > jetty-users mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/jetty-users -- Glen K. Peterson (828) 393-0081
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
