mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-01 20:13:22 +00:00
![]() In the reference Bugzilla entry, a certificate with an IP address as a SAN was used. rustls seems to have problems with that [1]. Also, pretty much all of our code uses native-tls at the moment, so it makes sense to not pull in a second TLS implementation. Tested by rebuilding libpve-rs-perl and testing a Gotify notification target with a self-signed TLS certificate (one that is accepted by OpenSSL but not by rusttls). [1] https://github.com/rustls/rustls/issues/184 Signed-off-by: Lukas Wagner <l.wagner@proxmox.com> |
||
---|---|---|
.. | ||
client | ||
websocket | ||
client_trait.rs | ||
http_options.rs | ||
lib.rs | ||
proxy_config.rs | ||
rate_limited_stream.rs | ||
rate_limiter.rs | ||
uri.rs |