How to remove TLSv1 from OEM Server
Our security team states we have TLSv1 active on our OEM server. All they can provide as evidence is the command:
openssl s_client -connect {Host}:7301 -tls1 | grep Protocol <== Where {Host} is our host name
which returns:
Protocol : TLSv1
So how do I either refute the claim or actually remove TLSv1?
Thanks