VCenter 5.5 upd 2e with SRM 5.5.1.5
Well the word has come down from the corporate security gods...it will be done. On Servers, Disable all Auth less than TLS1.1 now a combined PCI and HIPPA requirement. So I opened a ticket with VMWare to confirm a process.
As we move forward there's no doubt security requirements will rise, we have a tendency to be on the almost bleeding edge of the security knife.
What's sad is there seems to be no comprehensive guide from VMWare on critical security configuration practices at this level let alone the certificate discussion. There has to be something on the government side because the server hardening Guide\ excel spreadsheet doesn't cover current needs.
I went to TLS 1.0 on my VCenter and all looked good except it immediately broke the connections with my SRM server.
The following command can be used to confirm connection status from the bin directory of your openssl install
openssl.exe s_client -connect [VMHostFQDn]:443 -ssl3
openssl.exe s_client -connect [VMHostFQDn]:443 -tls1
Now after 3 sessions with support, SRM is SSLv3 dependent so looks like I'm getting a security exception
Regards, DGN