<?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: 'SSL: certificate subject name 'xx' does not match target host name 'test.authorize.net'' in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-certificate-subject-name-xx-does-not-match-target-host-name/m-p/24491#M13127</link>
    <description>&lt;P&gt;I am sorry.. its suppose to be&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;My server phpinfo(): &amp;nbsp; &lt;A rel="nofollow" target="_blank" href="http://pastebin.com/ZKXB7XWP"&gt;http://pastebin.com/ZKXB7XWP&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My localhost phpinfo(): &lt;A rel="nofollow" target="_blank" href="http://pastebin.com/46hEXEWM"&gt;http://pastebin.com/46hEXEWM&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Mar 2012 10:00:43 GMT</pubDate>
    <dc:creator>sathyashrayan</dc:creator>
    <dc:date>2012-03-15T10:00:43Z</dc:date>
    <item>
      <title>'SSL: certificate subject name 'xx' does not match target host name 'test.authorize.net''</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-certificate-subject-name-xx-does-not-match-target-host-name/m-p/24443#M13103</link>
      <description>&lt;P&gt;Group,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have created a account in sandbox.authorize.net.. I have given the API keys accordingly. But when i make a check out i get this error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"SSL: certificate subject name 'SSL: certificate subject name 'FG100C3G11611181' does not match target host name 'test.authorize.net'' does not match target host name 'test.authorize.net'"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have added the code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in the file authrize_aim.php inside include.. I still getting this error. Can Any one explain what error is this and how can it be solved?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2012 11:23:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-certificate-subject-name-xx-does-not-match-target-host-name/m-p/24443#M13103</guid>
      <dc:creator>sathyashrayan</dc:creator>
      <dc:date>2012-03-14T11:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: 'SSL: certificate subject name 'xx' does not match target host name 'test.authorize.net''</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-certificate-subject-name-xx-does-not-match-target-host-name/m-p/24455#M13109</link>
      <description>&lt;P&gt;Don't know why you're getting that error. But setting CURLOPT_SSL_VERIFYHOST to 2 will not help. Try setting it to 1.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2012 17:16:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-certificate-subject-name-xx-does-not-match-target-host-name/m-p/24455#M13109</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-03-14T17:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: 'SSL: certificate subject name 'xx' does not match target host name 'test.authorize.net''</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-certificate-subject-name-xx-does-not-match-target-host-name/m-p/24485#M13124</link>
      <description>&lt;P&gt;Hi TJ..Thanks for your reply..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Group,&lt;BR /&gt;&amp;nbsp; My project is in joomla with LMS (learning mannagement system) component. I downloaded the sample code from this link &lt;A target="_blank" href="http://developer.authorize.net/downloads/samplecode/"&gt;http://developer.authorize.net/downloads/samplecode/&lt;/A&gt;&amp;nbsp; I exce it in my web server which is &lt;A target="_blank" href="https://uatjoomlageeks.com/excelerate/"&gt;https://uatjoomlageeks.com/excelerate/&lt;/A&gt;&amp;nbsp; I got the SIM correct but AIM with curl did not work. It just had 1. and never display anything. The same script I exec in my local web server (localhost) and it went on with reply of successful message. So i checked the two servers phpinfo() and got the below given info. Can anyone tell me what could be the problem?&lt;BR /&gt;&lt;BR /&gt;My localhost phpinfo(): &lt;A target="_blank" href="http://pastebin.com/ZKXB7XWP"&gt;http://pastebin.com/ZKXB7XWP&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My server phpinfo(): &lt;A target="_blank" href="http://pastebin.com/46hEXEWM"&gt;http://pastebin.com/46hEXEWM&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2012 07:34:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-certificate-subject-name-xx-does-not-match-target-host-name/m-p/24485#M13124</guid>
      <dc:creator>sathyashrayan</dc:creator>
      <dc:date>2012-03-15T07:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: 'SSL: certificate subject name 'xx' does not match target host name 'test.authorize.net''</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-certificate-subject-name-xx-does-not-match-target-host-name/m-p/24491#M13127</link>
      <description>&lt;P&gt;I am sorry.. its suppose to be&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;My server phpinfo(): &amp;nbsp; &lt;A rel="nofollow" target="_blank" href="http://pastebin.com/ZKXB7XWP"&gt;http://pastebin.com/ZKXB7XWP&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My localhost phpinfo(): &lt;A rel="nofollow" target="_blank" href="http://pastebin.com/46hEXEWM"&gt;http://pastebin.com/46hEXEWM&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2012 10:00:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-certificate-subject-name-xx-does-not-match-target-host-name/m-p/24491#M13127</guid>
      <dc:creator>sathyashrayan</dc:creator>
      <dc:date>2012-03-15T10:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: 'SSL: certificate subject name 'xx' does not match target host name 'test.authorize.net''</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-certificate-subject-name-xx-does-not-match-target-host-name/m-p/24503#M13133</link>
      <description>&lt;P&gt;Maybe also try setting CURLOPT_SSL_VERIFYPEER to FALSE? I still have no idea why that error would trigger, though.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2012 17:26:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-certificate-subject-name-xx-does-not-match-target-host-name/m-p/24503#M13133</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-03-15T17:26:04Z</dc:date>
    </item>
  </channel>
</rss>

