<?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 Certificate name mismatch in Intel® Business Client Software Development</title>
    <link>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811038#M874</link>
    <description>Please take a look at this blog &lt;A target="_blank" href="http://software.intel.com/en-us/blogs/2009/01/21/tips-to-check-if-the-scs-the-dtk-or-your-app-doesnt-connect-to-an-amt-enterprise-machine/" title="Tips"&gt;post &lt;/A&gt;and let us know if it is helpful.</description>
    <pubDate>Wed, 02 Jun 2010 18:19:38 GMT</pubDate>
    <dc:creator>Lance_A_Intel</dc:creator>
    <dc:date>2010-06-02T18:19:38Z</dc:date>
    <item>
      <title>Certificate name mismatch</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811032#M868</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I tried to configure TLS for my AMT-KVM as shown in:&lt;BR /&gt;&lt;A href="http://www.youtube.com/watch?v=KroJHYyarng" target="_blank"&gt;http://www.youtube.com/watch?v=KroJHYyarng&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;After setting the profile to the AMT computer, the icon of the computer changes to red.&lt;BR /&gt;Also the following warning is shown in the field "Connection Warnings":&lt;BR /&gt;&lt;BR /&gt; Computer name, connection name, DNS name, Certificate name mismatch.&lt;BR /&gt;&lt;BR /&gt;What can be the reason and solution for this problem? &lt;BR /&gt;&lt;BR /&gt;Thanks for your hints in advance. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;P.S.:&lt;BR /&gt; The version of my ME is:                         6.1.1.1045&lt;BR /&gt; And I used the AMT Director from the following package: "Manageability_Developer_Tool_Kit_0_6_0937_2.msi"</description>
      <pubDate>Wed, 26 May 2010 14:18:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811032#M868</guid>
      <dc:creator>theperfectwave</dc:creator>
      <dc:date>2010-05-26T14:18:36Z</dc:date>
    </item>
    <item>
      <title>Certificate name mismatch</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811033#M869</link>
      <description>First off, what computer are you using?I know you updated to 6.1.1.1045 a few weeks ago to add a KVM resolution, but I've been wondering since then what hardware you have. I didn't realize that firmware was already available on OEM systems. &lt;BR /&gt;&lt;BR /&gt;Offhand, I'd say there might be issues because you're using an older version of the manageability developer toolkit (from February of last year) on a new platform with firmware that just released a couple of weeks ago. But the error you're getting seems to indicate thatthere's a naming issue with the certificate. If you're using IP addresses instead of FQDN's for the cert common name, are you using DHCP in your environment for both the AMT system and the system running the director software? &lt;BR /&gt;&lt;BR /&gt;TLS can be tricky, if configured incorrectly you can disable access to the AMT machine. Javier had a good post on his experience (and how he debugged issues) with TLS last year when he went through this effort. He was actually using mutual TLS instead of just Server TLS (mutual has more constraints), but I think it could still be helpful: &lt;A href="http://software.intel.com/en-us/blogs/2009/01/21/tips-to-check-if-the-scs-the-dtk-or-your-app-doesnt-connect-to-an-amt-enterprise-machine/"&gt;http://software.intel.com/en-us/blogs/2009/01/21/tips-to-check-if-the-scs-the-dtk-or-your-app-doesnt-connect-to-an-amt-enterprise-machine/&lt;/A&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2010 16:38:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811033#M869</guid>
      <dc:creator>Andrew_S_Intel2</dc:creator>
      <dc:date>2010-05-26T16:38:32Z</dc:date>
    </item>
    <item>
      <title>Certificate name mismatch</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811034#M870</link>
      <description>To continue what Andrew has said, you need to make sure that the certificate's Common Name (CN) matches that of the method you are using to connect the target Intel AMT system within the Manageability Commander Tool. For example, if the system is provisioned with a certificate CN of "MyAmtSystem.MyDomain.com", you will need to use the FQDN "MyAmtSystem.MyDomain.com" within the Manageability Commander Tool to avoid getting this warning message. If, however, you enter the device's IP address into Commander and connect to the system, then you will get this warning message because Commander is not designed to resolve the IP address to the DNS hostname and domain (FQDN) and compare this to the certificate CN.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2010 20:29:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811034#M870</guid>
      <dc:creator>Brett_M_Intel</dc:creator>
      <dc:date>2010-05-26T20:29:35Z</dc:date>
    </item>
    <item>
      <title>Certificate name mismatch</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811035#M871</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;thanks for your fast answer. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is there no way, to create a valid certificate for an AMT computer, which isn't member of a domain?&lt;BR /&gt;&lt;BR /&gt;May be using its IP address as part of the certificate's CN?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 May 2010 15:31:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811035#M871</guid>
      <dc:creator>theperfectwave</dc:creator>
      <dc:date>2010-05-31T15:31:55Z</dc:date>
    </item>
    <item>
      <title>Certificate name mismatch</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811036#M872</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You need to use a fully qualified domain name (FQDN) in your certificates.&lt;BR /&gt;Please refer to the following section in the AMT SDK documentation: Setup and Configuration of Intel AMT &amp;gt; Using the Setup and Configuration Application Sample &amp;gt; Issuing Certificates and Certification Authority.&lt;BR /&gt;&lt;BR /&gt;You may also want to look at this &lt;A target="_blank" href="http://communities.intel.com/docs/DOC-1989" title="AMT Security FAQ"&gt;FAQ&lt;/A&gt;.</description>
      <pubDate>Tue, 01 Jun 2010 16:00:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811036#M872</guid>
      <dc:creator>Lance_A_Intel</dc:creator>
      <dc:date>2010-06-01T16:00:52Z</dc:date>
    </item>
    <item>
      <title>Certificate name mismatch</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811037#M873</link>
      <description>ok, now I attached the AMT computer to a domain. &lt;BR /&gt;&lt;BR /&gt;To make sure that everything is ok with the AMT-computer's FQDN, I access the AMT computer from other computers using its FQDN instead of its IP address. So the AMT-computer's FQDN is ok and works fine!&lt;BR /&gt;&lt;BR /&gt;I did exactly the steps described in :&lt;BR /&gt;&lt;A href="http://www.youtube.com/watch?v=KroJHYyarng" target="_blank"&gt;http://www.youtube.com/watch?v=KroJHYyarng&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The AMT Director still shows the same warning:&lt;BR /&gt;&amp;gt;&amp;gt; Computer name, connection name, DNS name, Certificate name mismatch. &amp;lt;&amp;lt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So can you please tell me, where I have to look for wrong settings, misspelt strings, ..... &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In advance thanks for your hints.</description>
      <pubDate>Wed, 02 Jun 2010 17:13:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811037#M873</guid>
      <dc:creator>theperfectwave</dc:creator>
      <dc:date>2010-06-02T17:13:29Z</dc:date>
    </item>
    <item>
      <title>Certificate name mismatch</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811038#M874</link>
      <description>Please take a look at this blog &lt;A target="_blank" href="http://software.intel.com/en-us/blogs/2009/01/21/tips-to-check-if-the-scs-the-dtk-or-your-app-doesnt-connect-to-an-amt-enterprise-machine/" title="Tips"&gt;post &lt;/A&gt;and let us know if it is helpful.</description>
      <pubDate>Wed, 02 Jun 2010 18:19:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811038#M874</guid>
      <dc:creator>Lance_A_Intel</dc:creator>
      <dc:date>2010-06-02T18:19:38Z</dc:date>
    </item>
    <item>
      <title>Certificate name mismatch</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811039#M875</link>
      <description>&lt;P&gt;You can install a cerficate authority in your Win 2003 server, also there is a SCS Wizard which helps you todo that.&lt;BR /&gt;&lt;BR /&gt;Javier Andrs Cceres Alvis&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2010 21:41:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811039#M875</guid>
      <dc:creator>jacace</dc:creator>
      <dc:date>2010-06-08T21:41:40Z</dc:date>
    </item>
    <item>
      <title>Certificate name mismatch</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811040#M876</link>
      <description>The solution is:&lt;BR /&gt;&lt;BR /&gt;The computer, into which the certificate (with CN=FQDN) has to stored,&lt;BR /&gt;must be accessed thru the AMT Director by entering the FQDN into the edit box&lt;BR /&gt;"IP / Hostname". If the IP address is set into the edit box "IP / Hostname", &lt;BR /&gt;the described error occurs. So here also the FQDN is required!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jun 2010 08:47:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811040#M876</guid>
      <dc:creator>theperfectwave</dc:creator>
      <dc:date>2010-06-11T08:47:03Z</dc:date>
    </item>
    <item>
      <title>Certificate name mismatch</title>
      <link>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811041#M877</link>
      <description>It is good to hear you have things working. Thanks for sharing your solution.</description>
      <pubDate>Fri, 11 Jun 2010 18:04:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Business-Client-Software/Certificate-name-mismatch/m-p/811041#M877</guid>
      <dc:creator>Richard_B_Intel1</dc:creator>
      <dc:date>2010-06-11T18:04:22Z</dc:date>
    </item>
  </channel>
</rss>

