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.
I am an HP employee