-
websocat doesn't currently send any [ALPN](https://en.wikipedia.org/wiki/Application-Layer_Protocol_Negotiation) info as part of the TLS handshake ... Is there any work planned to support ALPN?
-
I am looking at the code around TLS session resumption.
It seems that the key for ticket storage is just a server name (SNI):
https://github.com/rustls/rustls/blob/828674444a3f64cd8ada3342f3c51fd6…
-
I have started to get a panic in caddy w/L4 from part of a config for an XMPP server that matches for alpn: xmpp-client.
It was working previously, but I updated caddy and now it seems to have broken…
-
### Expected behavior
Using Nettty to Implement the TLS Server
ServerHello should contain ALPN extension
### Actual behavior
ServerHello does not contain ALPN extension
### Steps to reproduce
Se…
-
-
**What would you like to be added**:
A way to configure routing decisions based on the application protocols present in the TLS client hello of a TLS connection.
The `TLSRoute` is a good candi…
-
Hi, you have any intention to implement support for TLS-ALPN-01 challenge ?
Thanks
-
### 🚀 Feature Request
In our dev environment, we use client certificates that are signed by an in-house CA.
When I try to use one of these client certificates with Playwright , it fails with the err…
-
In a scenario where you are trying to renew a new certificate or failing the TLS-ALPN-01 challenge for the first time (human error in config, networking in docker container non-standard, etc), it woul…
-
I am trying to connect with paho mqtt cpp to AWS IOT Core broker but the connection is not getting established on port 443. This port is supported with ALPN proto 'x-amzn-mqtt-ca' but the connection i…