W waiyan New Member Aug 27, 2025 1 0 1 Aug 27, 2025 #1 recently , I upgraded pbs 3 to 4 and TLS.12 is working . How to disable TLS1.2 ,
dcsapak Proxmox Staff Member Staff member Feb 1, 2016 10,511 1,656 273 37 Vienna Aug 29, 2025 #2 i don't think it's possible to configure tls1.3 only is there a specific reason why you want to do this?
i don't think it's possible to configure tls1.3 only is there a specific reason why you want to do this?
fba Active Member Proxmox Subscriber Dec 4, 2024 455 190 43 online www.croit.io Aug 29, 2025 #3 You could try updating the /etc/ssl/openssl.conf file. Add the ssl_conf line at the right section, [openssl_init] already exists. Code: [openssl_init] ssl_conf = ssl_sect [ssl_sect] system_default = system_default_sect [system_default_sect] MinProtocol = TLSv1.3
You could try updating the /etc/ssl/openssl.conf file. Add the ssl_conf line at the right section, [openssl_init] already exists. Code: [openssl_init] ssl_conf = ssl_sect [ssl_sect] system_default = system_default_sect [system_default_sect] MinProtocol = TLSv1.3