<?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: Question about SSL on OA/iLO in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/question-about-ssl-on-oa-ilo/m-p/4694870#M5336</link>
    <description>T. Jones' solution works perfectly. I had a little back and forth with my CA and they got it all sorted out. Thanks!</description>
    <pubDate>Thu, 04 Nov 2010 21:40:50 GMT</pubDate>
    <dc:creator>Blaine Baker</dc:creator>
    <dc:date>2010-11-04T21:40:50Z</dc:date>
    <item>
      <title>Question about SSL on OA/iLO</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/question-about-ssl-on-oa-ilo/m-p/4694865#M5331</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;This is probably a pretty easy question for most of you. I have a c3000 enclosure with some bl460c blades in it. I have followed the process to get an ssl certificate (from our internal enterprise CA) for the onboard administrator itself, and that works perfectly, but everything under Device Bays -&amp;gt; nnn -&amp;gt; iLO, those links all open directly to the IP address of the blade and not a DNS hostname. As a result, even though i have a certificate installed for one of my iLO interface's FQDN, and it works if I manually go there, if I simply click the links inside OA (like I want to) it says the certificate is not valid because the name is mismatched (the URL is only the IP address).&lt;BR /&gt;&lt;BR /&gt;Can anyone clue me in on what I can do to resolve this? Thanks,&lt;BR /&gt;&lt;BR /&gt;-Blaine</description>
      <pubDate>Mon, 04 Oct 2010 21:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/question-about-ssl-on-oa-ilo/m-p/4694865#M5331</guid>
      <dc:creator>Blaine Baker</dc:creator>
      <dc:date>2010-10-04T21:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Question about SSL on OA/iLO</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/question-about-ssl-on-oa-ilo/m-p/4694866#M5332</link>
      <description>Did you enter your DNS info under the Enclosure settings ?</description>
      <pubDate>Wed, 06 Oct 2010 01:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/question-about-ssl-on-oa-ilo/m-p/4694866#M5332</guid>
      <dc:creator>Martin Smoral</dc:creator>
      <dc:date>2010-10-06T01:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Question about SSL on OA/iLO</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/question-about-ssl-on-oa-ilo/m-p/4694867#M5333</link>
      <description>Yes, my DNS settings are configured properly. OA is not even attempting to connect via hostname however - just IP address; so no DNS resolution is even being attempted.</description>
      <pubDate>Wed, 06 Oct 2010 17:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/question-about-ssl-on-oa-ilo/m-p/4694867#M5333</guid>
      <dc:creator>Blaine Baker</dc:creator>
      <dc:date>2010-10-06T17:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Question about SSL on OA/iLO</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/question-about-ssl-on-oa-ilo/m-p/4694868#M5334</link>
      <description>I'm experiencing the same issue.  Currently looking into using the subject alternate name extension to specify the IP address.</description>
      <pubDate>Thu, 14 Oct 2010 11:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/question-about-ssl-on-oa-ilo/m-p/4694868#M5334</guid>
      <dc:creator>T. Jones</dc:creator>
      <dc:date>2010-10-14T11:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Question about SSL on OA/iLO</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/question-about-ssl-on-oa-ilo/m-p/4694869#M5335</link>
      <description>I got this working with our local Microsoft CA.  Here's what I did:&lt;BR /&gt;&lt;BR /&gt;1. Created the certificate and copied to clipboard.&lt;BR /&gt;2. On the CA, pasted the request, specified web server template, and added the subject alternate name attribute as "san:dns=xxx.xxx.xxx.xxx" (where "xxx.xxx.xxx.xxx" was my iLo IP address).&lt;BR /&gt;3. Imported the new cert.&lt;BR /&gt;4. Restarted browser, logged back in and no more cert error.&lt;BR /&gt;&lt;BR /&gt;I did have to configure our CA to accept SAN attributes.  Directions here: &lt;A href="http://support.microsoft.com/kb/931351" target="_blank"&gt;http://support.microsoft.com/kb/931351&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;tj</description>
      <pubDate>Fri, 15 Oct 2010 17:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/question-about-ssl-on-oa-ilo/m-p/4694869#M5335</guid>
      <dc:creator>T. Jones</dc:creator>
      <dc:date>2010-10-15T17:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Question about SSL on OA/iLO</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/question-about-ssl-on-oa-ilo/m-p/4694870#M5336</link>
      <description>T. Jones' solution works perfectly. I had a little back and forth with my CA and they got it all sorted out. Thanks!</description>
      <pubDate>Thu, 04 Nov 2010 21:40:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/question-about-ssl-on-oa-ilo/m-p/4694870#M5336</guid>
      <dc:creator>Blaine Baker</dc:creator>
      <dc:date>2010-11-04T21:40:50Z</dc:date>
    </item>
  </channel>
</rss>

