-
None of the big name ACME implementations support this TLS based challenge type.
(NGiNX, Certbot, Apache, etc.)
So it would be a nice bonus for Membrane as one of the only ACME capable gateways/reve…
-
The spec likely needs to deal with these three items which are necessary for creating HTTP/2 connections.
The socket options must allow outgoing connections to specify ALPN negotation strings and/…
-
Expected behavior:
After last upgrade when you run the command:
tsh kube login xxxx-cluster
Logged into Kubernetes cluster "xxxx-cluster".
You were automatically logged and can run kubectl/k9s witho…
-
- [ ] add a new field to `/experiment/urlgetter`'s `Config` with the ALPN
- [ ] honour this new field in `Configurer` when we create the TLS client config
- [ ] make sure we're testing this function…
-
With later JDK 8 versions, the ALPN agent is not required anymore.
https://developer.lightbend.com/guides/lagom-scala-grpc-example/#running-the-example
https://developer.lightbend.com/guides/lagom…
ennru updated
4 years ago
-
There's a leading `\x02` here that [isn't in the RFC](https://datatracker.ietf.org/doc/html/rfc7540#section-3.1), which instead specifies `b"h2"`:
https://github.com/LucioFranco/tonic-openssl/blob/bd…
lvkv updated
6 months ago
-
ProtocolHandler::accept currently get a [Connecting](https://docs.rs/iroh/latest/iroh/net/endpoint/struct.Connecting.html). We want custom protocols to make decisiosn about the connection even earlier…
-
I have one more question, mox is now trying to generate certificate using tls-alpn-01 as standard timed out I assume, but my location is not public. I usually generate Let's Encrypt certificate using …
-
OS: Ubuntu 22.04.5
OpenSSL version: 3.4.0
curl version: 8.10.1
```
$ ./openssl version
OpenSSL 3.4.0 22 Oct 2024 (Library: OpenSSL 3.4.0…
-
For HTTP2 encrypted traffic (h2), ALPN is required. In Netty we are able to use ALPN through OpenSSL (requires to be configured) or through the JDK see [here](https://netty.io/wiki/requirements-for-4.…