proxmox/proxmox-http
Lukas Wagner e8e5c11c6a fix #5808: http: use native-tls instead of rustls for the sync client
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>
2024-10-30 12:19:56 +01:00
..
debian http: bump to 0.9.3-1 2024-07-11 15:13:36 +02:00
src fix #5808: http: use native-tls instead of rustls for the sync client 2024-10-30 12:19:56 +01:00
Cargo.toml fix #5808: http: use native-tls instead of rustls for the sync client 2024-10-30 12:19:56 +01:00