HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Re: Error with Remote Support Module/SSL Certifica...
Server Management - Systems Insight Manager
1837981
Members
1769
Online
110124
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
01-24-2008 11:03 AM
01-24-2008 11:03 AM
Error with Remote Support Module/SSL Certificate
We are getting the error below, after we had the SIM self signed certificate signed by our domain enterprise certificate authority. Has anyone else seen this issue, and/or knows how to fix it?
HTTP Error: cURL ERROR: 60: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failedurl: https://127.0.0.1:50002/mxsoap/services/MxpiMain5_1
HTTP Error: cURL ERROR: 60: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failedurl: https://127.0.0.1:50002/mxsoap/services/MxpiMain5_1
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2008 07:41 PM
01-29-2008 07:41 PM
Re: Error with Remote Support Module/SSL Certificate
One of the things I figured out a while back:
Use always the fully qualified name of your SIM box, so if the machine is called "hpsim.corp.example.com", then use that to access SIM (http://hpsim.corp.example.com:280 as entry point).
This should allow ISEE/Remote Support to work with calling up it's interface inside of SIM.
Use always the fully qualified name of your SIM box, so if the machine is called "hpsim.corp.example.com", then use that to access SIM (http://hpsim.corp.example.com:280 as entry point).
This should allow ISEE/Remote Support to work with calling up it's interface inside of SIM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2008 05:25 AM
03-17-2008 05:25 AM
Re: Error with Remote Support Module/SSL Certificate
As you may or may not know, this error is generated by the System Management Home page when there is a Cert failure or mismatch. You can get around this error by opt'ing to not check the cert. To do this perform the following steps:
On the CMS:
1. Locate the file isee-soap-calls.php in the c:\hp\hpsmh\data\htdocs\isee\ directory.
2. Make a copy of this file as a backup.
3. Using Notepad, open the
isee-soap-calls.php file and locate the following line:
$cert['verifyhost'] = 0;
4. Insert the following line after the line lcoated in step 3:
$cert['verifypeer'] = 0;
The updated file should now contain:
$cert['verifyhost'] = 0;
$cert['verifypeer'] = 0;
5. Save the file and either refresh the page in SIM or logout and back in again.
6. If this fails to resolve the problem or casues additional problems, restore the original file.
On the CMS:
1. Locate the file isee-soap-calls.php in the c:\hp\hpsmh\data\htdocs\isee\ directory.
2. Make a copy of this file as a backup.
3. Using Notepad, open the
isee-soap-calls.php file and locate the following line:
$cert['verifyhost'] = 0;
4. Insert the following line after the line lcoated in step 3:
$cert['verifypeer'] = 0;
The updated file should now contain:
$cert['verifyhost'] = 0;
$cert['verifypeer'] = 0;
5. Save the file and either refresh the page in SIM or logout and back in again.
6. If this fails to resolve the problem or casues additional problems, restore the original file.
I am an HP employee
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP