- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Remote Server Management
- >
- ILO2 TLS upgrade
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-20-2016 03:56 AM
тАО06-20-2016 03:56 AM
ILO2 TLS upgrade
Dear all,
https://blog.varonis.com/ssl-and-tls-1-0-no-longer-acceptable-for-pci-compliance/
As per the above link TLS 1.0 is no longer accepted, and is already blocked by Google Chrome.
ERR_SSL_BAD_RECORD_MAC_ALERT
The question is: are there any plans of HP to release a version of iLO 2 with TLS > 1.2 backed in?
Or has support ended for these kind of machines?
And is there anything we - as users - can do to mitigate this issue - appart from using Internet Explorer, which is bound to fail in the future too.
- Tags:
- SSL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-30-2016 10:59 AM - edited тАО06-30-2016 01:16 PM
тАО06-30-2016 10:59 AM - edited тАО06-30-2016 01:16 PM
Re: ILO2 TLS upgrade
Unfortunately, iLO2 has a version of the RSA SSL library that only supports SSLv3 and TLS 1.0 protocols. Remember that iLO2 was released more than 10 years ago, when the entire World used the SSLv3 protocol and TLS 1.1/1.2 did not even exist.
Also, iLO2 is already out or RAM space so, even if we had a license of a newer SSL library with TLS 1.2 support, we wouldn't be able to build the firmware. At least not without removing important functionality from iLO2 in order to make room for the new library.
Finally, Google Chrome has never been officially supported by iLO2. You get a popup screen warning you about unsupported browser every time you use Chrome to browse into iLO2.
__________________________________________________
If you feel this was helpful please click the KUDOS! thumb below!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2016 12:16 PM
тАО11-22-2016 12:16 PM
Re: ILO2 TLS upgrade
I have discovered that Chrome can be forced to *connect* to iLO2 (see how below) but it still can't do the remote console thing because there's no JVM. Better than nothing, though. Enough to reboot, anyway.
Having stopped all chrome processes, use the command line (your installed location of the chrome executable may be different):
/opt/google/chrome/chrome --ssl-version-min=tls1 --ssl-version-max=tls1 -ignore-certificate-errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-19-2016 03:36 PM
тАО12-19-2016 03:36 PM
Re: ILO2 TLS upgrade
And you can access ILO 2 with Firefox and IE 11 without problems.
Should be able to do virtual console as well as these browsers support Java still.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-20-2017 11:13 PM
тАО01-20-2017 11:13 PM
Re: ILO2 TLS upgrade
Using the reverse proxy feature on my Synology DiskStation along with my free domain name through Synology, I was able to wrap the old iLO2 HTTPS connection. I still get an error about the SSL and have to click procced, but it works in Chrome since it sees the DiskStation certificate instead of the iLO's. You may be able to do something similar with some router settings. I think DD-WRT may have something like that but not sure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-18-2025 11:15 PM
тАО03-18-2025 11:15 PM
Re: ILO2 TLS upgrade
The error ERR_SSL_BAD_RECORD_MAC_ALERT faced during TLS 1.0, so to mitigate the error issue, you can solve it by understanding the article:- https://cheapsslweb.com/blog/err-ssl-bad-record-mac-alert-error/.
I hope it helps!