HPE OneView
1824640 Members
4779 Online
109672 Solutions
New Discussion

Force TLS1.2 on HPE OneView

 
Guybs
Occasional Visitor

Force TLS1.2 on HPE OneView

2 REPLIES 2
MV3
HPE Pro

Re: Force TLS1.2 on HPE OneView

Refer to the below link to disable it from Rest Api.


https://support.hpe.com/unmanagedDoc/display/public/dp00003291en_us/index.html#rest/security-standards/protocols

 

Cheers...

 



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
dospavlos
Frequent Advisor

Re: Force TLS1.2 on HPE OneView

I was able to disable TLS1.0 and 1.1 using the PowerShell cmdlets.  Using PS 7 and OneView  9.10.01-0499557.

Getting current settings, run (see screenshots)

      Get-OVApplianceSecurityProtocol

To disable TLS1.0 and 1.1 requires running the command with enable TLS1.2 (which disables the other versions)

      Set-OVApplianceSecurityProtocol -EnableTlsVersion Tlsv1.2Before DisablingBefore DisablingAfter disabling TLS 1.0 AND 1.1After disabling TLS 1.0 AND 1.1