<?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 Migration, PHP + CURL Tests Fail with Error in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Migration-PHP-CURL-Tests-Fail-with-Error/m-p/90598#M56968</link>
    <description>&lt;P&gt;I was able to solve this by not specifying the CA file at:&lt;/P&gt;&lt;P&gt;curl_setopt($curl_request, CURLOPT_CAINFO, getcwd() . '/auth_net_cert.pem');&lt;/P&gt;&lt;P&gt;And instead relying on the OS having the appropriate CA chain installed. This issue is that the DigiCert chain includes a self signed certificate, which cannot be used in this manner. Self-signed certificates have to be manually added to the trust store used by the OS or SSL implementation because they are implicitly untrusted.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2024 22:13:37 GMT</pubDate>
    <dc:creator>aksuska</dc:creator>
    <dc:date>2024-10-24T22:13:37Z</dc:date>
    <item>
      <title>SSL Migration, PHP + CURL Tests Fail with Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Migration-PHP-CURL-Tests-Fail-with-Error/m-p/90583#M56957</link>
      <description>&lt;P&gt;I am trying to test peer verification against the new certificate but it always fails with "&lt;SPAN&gt;SSL certificate problem: self signed certificate in certificate chain". This usually means that the CA file is invalid, but I am using the recommended cert: "DigiCert Global Root G2". Here are the calls:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;$curl_request = curl_init($post_url);&lt;/DIV&gt;&lt;DIV&gt;curl_setopt($curl_request, CURLOPT_POSTFIELDS, json_encode($request));&lt;/DIV&gt;&lt;DIV&gt;curl_setopt($curl_request, CURLOPT_HEADER, 0);&lt;/DIV&gt;&lt;DIV&gt;curl_setopt($curl_request, CURLOPT_TIMEOUT, 45);&lt;/DIV&gt;&lt;DIV&gt;curl_setopt($curl_request, CURLOPT_RETURNTRANSFER, 1);&lt;/DIV&gt;&lt;DIV&gt;curl_setopt($curl_request, CURLOPT_SSL_VERIFYHOST, 2);&lt;/DIV&gt;&lt;DIV&gt;curl_setopt($curl_request, CURLOPT_CAINFO, getcwd() . '/auth_net_cert.pem');&lt;/DIV&gt;&lt;DIV&gt;curl_setopt($curl_request, CURLOPT_HTTPHEADER, Array("Content-Type: application/json"));&lt;/DIV&gt;&lt;DIV&gt;try&lt;/DIV&gt;&lt;DIV&gt;{&lt;/DIV&gt;&lt;DIV&gt;$jsonResponse = curl_exec($curl_request);&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Oct 2024 21:51:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Migration-PHP-CURL-Tests-Fail-with-Error/m-p/90583#M56957</guid>
      <dc:creator>aksuska</dc:creator>
      <dc:date>2024-10-23T21:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Migration, PHP + CURL Tests Fail with Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Migration-PHP-CURL-Tests-Fail-with-Error/m-p/90598#M56968</link>
      <description>&lt;P&gt;I was able to solve this by not specifying the CA file at:&lt;/P&gt;&lt;P&gt;curl_setopt($curl_request, CURLOPT_CAINFO, getcwd() . '/auth_net_cert.pem');&lt;/P&gt;&lt;P&gt;And instead relying on the OS having the appropriate CA chain installed. This issue is that the DigiCert chain includes a self signed certificate, which cannot be used in this manner. Self-signed certificates have to be manually added to the trust store used by the OS or SSL implementation because they are implicitly untrusted.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 22:13:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Migration-PHP-CURL-Tests-Fail-with-Error/m-p/90598#M56968</guid>
      <dc:creator>aksuska</dc:creator>
      <dc:date>2024-10-24T22:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Migration, PHP + CURL Tests Fail with Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Migration-PHP-CURL-Tests-Fail-with-Error/m-p/90790#M57071</link>
      <description>&lt;P&gt;Hello aksuska,&lt;/P&gt;&lt;P&gt;As per below article the cert migration is yet to release:&amp;nbsp;&lt;A href="https://support.authorize.net/knowledgebase/Knowledgearticle/?code=KA-05545" target="_blank"&gt;https://support.authorize.net/knowledgebase/Knowledgearticle/?code=KA-05545&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 06:22:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Migration-PHP-CURL-Tests-Fail-with-Error/m-p/90790#M57071</guid>
      <dc:creator>dipespat</dc:creator>
      <dc:date>2024-11-21T06:22:28Z</dc:date>
    </item>
  </channel>
</rss>

