Hi,
I need to disable TLSv1.0 for PCI on an ESXi server running 6.5. I can do this on my 6.0 servers easily enough using the following commands
esxcli system settings advanced set -o /UserVars/ESXiVPsDisabledProtocols -s "tlsv1"
esxcli system settings advanced set -o /UserVars/ESXiRhttpproxyDisabledProtocols -s "tlsv1"
esxcli system settings advanced set -o /UserVars/VMAuthdDisabledProtocols -s "tlsv1"
When it comes to 6.5 I believe these do not work and from what I can gather you need to use a tool whilst running vCenter. I do not have vCenter running and therefore need to look at a possible solution outside of this.
Can anyone confirm if there is a method to disable this?
Regards
Chris