<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error with Remote Support Module/SSL Certificate in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/error-with-remote-support-module-ssl-certificate/m-p/4135272#M31063</link>
    <description>&lt;!--!*#--&gt;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:&lt;BR /&gt;&lt;BR /&gt;On the CMS:&lt;BR /&gt;1. Locate the file isee-soap-calls.php in the c:\hp\hpsmh\data\htdocs\isee\ directory.&lt;BR /&gt;&lt;BR /&gt;2. Make a copy of this file as a backup.&lt;BR /&gt;&lt;BR /&gt;3. Using Notepad, open the &lt;BR /&gt;isee-soap-calls.php file and locate the following line:&lt;BR /&gt;&lt;BR /&gt;  $cert['verifyhost'] = 0;&lt;BR /&gt;&lt;BR /&gt;4.  Insert the following line after the line lcoated in step 3:&lt;BR /&gt;&lt;BR /&gt;  $cert['verifypeer'] = 0;&lt;BR /&gt;&lt;BR /&gt;The updated file should now contain:&lt;BR /&gt;&lt;BR /&gt;  $cert['verifyhost'] = 0;&lt;BR /&gt;  $cert['verifypeer'] = 0;&lt;BR /&gt;&lt;BR /&gt;5.  Save the file and either refresh the page in SIM or logout and back in again.&lt;BR /&gt;&lt;BR /&gt;6.  If this fails to resolve the problem or casues additional problems, restore the original file.</description>
    <pubDate>Mon, 17 Mar 2008 12:25:33 GMT</pubDate>
    <dc:creator>IRS4Ever</dc:creator>
    <dc:date>2008-03-17T12:25:33Z</dc:date>
    <item>
      <title>Error with Remote Support Module/SSL Certificate</title>
      <link>https://community.hpe.com/t5/server-management-systems/error-with-remote-support-module-ssl-certificate/m-p/4135270#M31061</link>
      <description>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?&lt;BR /&gt;&lt;BR /&gt;HTTP Error: cURL ERROR: 60: SSL certificate problem, verify that the CA cert is OK. Details:&lt;BR /&gt;error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failedurl: &lt;A href="https://127.0.0.1:50002/mxsoap/services/MxpiMain5_1" target="_blank"&gt;https://127.0.0.1:50002/mxsoap/services/MxpiMain5_1&lt;/A&gt;</description>
      <pubDate>Thu, 24 Jan 2008 19:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/error-with-remote-support-module-ssl-certificate/m-p/4135270#M31061</guid>
      <dc:creator>Richard A. Scott</dc:creator>
      <dc:date>2008-01-24T19:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error with Remote Support Module/SSL Certificate</title>
      <link>https://community.hpe.com/t5/server-management-systems/error-with-remote-support-module-ssl-certificate/m-p/4135271#M31062</link>
      <description>One of the things I figured out a while back:&lt;BR /&gt;&lt;BR /&gt;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 (&lt;A href="http://hpsim.corp.example.com:280" target="_blank"&gt;http://hpsim.corp.example.com:280&lt;/A&gt; as entry point).&lt;BR /&gt;&lt;BR /&gt;This should allow ISEE/Remote Support to work with calling up it's interface inside of SIM.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jan 2008 03:41:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/error-with-remote-support-module-ssl-certificate/m-p/4135271#M31062</guid>
      <dc:creator>Ulf Zimmermann</dc:creator>
      <dc:date>2008-01-30T03:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error with Remote Support Module/SSL Certificate</title>
      <link>https://community.hpe.com/t5/server-management-systems/error-with-remote-support-module-ssl-certificate/m-p/4135272#M31063</link>
      <description>&lt;!--!*#--&gt;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:&lt;BR /&gt;&lt;BR /&gt;On the CMS:&lt;BR /&gt;1. Locate the file isee-soap-calls.php in the c:\hp\hpsmh\data\htdocs\isee\ directory.&lt;BR /&gt;&lt;BR /&gt;2. Make a copy of this file as a backup.&lt;BR /&gt;&lt;BR /&gt;3. Using Notepad, open the &lt;BR /&gt;isee-soap-calls.php file and locate the following line:&lt;BR /&gt;&lt;BR /&gt;  $cert['verifyhost'] = 0;&lt;BR /&gt;&lt;BR /&gt;4.  Insert the following line after the line lcoated in step 3:&lt;BR /&gt;&lt;BR /&gt;  $cert['verifypeer'] = 0;&lt;BR /&gt;&lt;BR /&gt;The updated file should now contain:&lt;BR /&gt;&lt;BR /&gt;  $cert['verifyhost'] = 0;&lt;BR /&gt;  $cert['verifypeer'] = 0;&lt;BR /&gt;&lt;BR /&gt;5.  Save the file and either refresh the page in SIM or logout and back in again.&lt;BR /&gt;&lt;BR /&gt;6.  If this fails to resolve the problem or casues additional problems, restore the original file.</description>
      <pubDate>Mon, 17 Mar 2008 12:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/error-with-remote-support-module-ssl-certificate/m-p/4135272#M31063</guid>
      <dc:creator>IRS4Ever</dc:creator>
      <dc:date>2008-03-17T12:25:33Z</dc:date>
    </item>
  </channel>
</rss>

