-
Some people may prefer to use the systems root certificate store with rustls rather than build Mozilla's one into their application (see [rustls-native-certs/README.md](https://github.com/ctz/rustls-n…
-
The current default is `ring`:
https://github.com/rustls/webpki/blob/dba3b84bcf810612a83c8fd3c750d3c4106e7b9e/Cargo.toml#L75
This is incongruous with `rustls` as of 0.24 and since this crate is al…
-
If I try to proxy to a local ip with an https server running, e.g. `https://1.2.3.4`, proxyboi crashes with the following message:
```
thread 'actix-rt:worker:0' panicked at 'rustls currently onl…
-
### The bug
Hello,
When using a reverse proxy that have a certificate where the subject name doesn't match the domain but have alternate subject name that match, immich won't connect and throw an …
-
## Feature Request
### Crates
tonic
### Motivation
I have a client library using tonic which connects to a server. Depending on deployment configuration, this server may be deployed with a…
-
@thomwiggers:
> The one thing that makes me frown a bit is the intended versioning scheme. I don't think consuming identifiers is a problem, but perhaps we can pre-define the code points and varia…
-
I am building an application which I'd like to deploy as a minimal container (into Google Cloud Run, or equivalent). As such, I'm compiling my application as a single binary that gets pushed into a co…
-
In order to create signed JavaScript objects, you need to normalize data.
The JCS specification https://cyberphone.github.io/openkeystore/resources/docs/jcs.html#ECMAScript_Compatibility_Mode accompl…
-
I've been trying to run the example for the websocket client, but unfortunately, I keep getting the following error:
`thread 'tokio-runtime-worker' panicked at 'Failed to connect to wss://ws-feed.e…
-
webpki considers email addresses to be an "unsupported" name type and thus we reject any certificate that contains an email address if there are any email address name constraints. But, there are real…