Hi all
How can the TLS configuration for Proxmox Datacenter Manager be customized to specify supported TLS versions and cipher suites? The official PDM documentation provides no guidance on this topic. Attempts to modify the /etc/ssl/openssl.cnf file have not yielded the desired result.
I added this:
Thank you,
xmp
How can the TLS configuration for Proxmox Datacenter Manager be customized to specify supported TLS versions and cipher suites? The official PDM documentation provides no guidance on this topic. Attempts to modify the /etc/ssl/openssl.cnf file have not yielded the desired result.
I added this:
Code:
...
[openssl_init]
ssl_conf = ssl_sect
providers = provider_sect
[ssl_sect]
system_default = system_default_sect
[system_default_sect]
MinProtocol = TLSv1.2
MaxProtocol = TLSv1.2
...
Thank you,
xmp