- Community Home
- >
- Software
- >
- HPE OneView
- >
- Force TLS1.2 on HPE OneView
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 01:13 AM - last edited on 12-17-2023 04:12 PM by support_s
12-12-2023 01:13 AM - last edited on 12-17-2023 04:12 PM by support_s
Force TLS1.2 on HPE OneView
Hi,
Dose anyone have done this?
Disabling TLS 1.0 or TLS 1.1 protocols | HPE OneView 7.2 User Guide for VMs
HPE OneView REST API Reference
Pls advice,
Guy
- Tags:
- OneView
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 01:14 AM
12-14-2023 01:14 AM
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]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
a month ago
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 Disabling
After disabling TLS 1.0 AND 1.1