<?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 connect error in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-connect-error/m-p/58195#M32864</link>
    <description>&lt;P&gt;You're welcome.&lt;/P&gt;</description>
    <pubDate>Tue, 23 May 2017 15:42:35 GMT</pubDate>
    <dc:creator>NexusSoftware</dc:creator>
    <dc:date>2017-05-23T15:42:35Z</dc:date>
    <item>
      <title>SSL connect error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-connect-error/m-p/58166#M32836</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;&lt;BR /&gt;When try send request to AuthnetAIM arise problem with connection SSL on our test server.&lt;BR /&gt;We switched off old TLS 1.0 and 1.1, as had been said in instruction.&lt;BR /&gt;But we still have problem with SSL connect error.&lt;BR /&gt;We checked certificate by &lt;A href="https://www.ssllabs.com/ssltest/analyze.html" target="_blank"&gt;https://www.ssllabs.com/ssltest/analyze.html&lt;/A&gt; and get next result&lt;BR /&gt;&lt;BR /&gt;Protocols&lt;BR /&gt;TLS 1.2 Yes&lt;BR /&gt;TLS 1.1 No&lt;BR /&gt;TLS 1.0 No&lt;BR /&gt;SSL 3 No&lt;BR /&gt;SSL 2 No&lt;BR /&gt;&lt;BR /&gt;Server Key and Certificate #1&lt;BR /&gt;&lt;BR /&gt;Key RSA 2048 bits (e 65537)&lt;BR /&gt;Weak key (Debian) No&lt;BR /&gt;Issuer RapidSSL SHA256 CA&lt;BR /&gt;AIA: &lt;A href="http://gp.symcb.com/gp.crt" target="_blank"&gt;http://gp.symcb.com/gp.crt&lt;/A&gt;&lt;BR /&gt;Signature algorithm SHA256withRSA&lt;BR /&gt;Extended Validation No&lt;BR /&gt;Certificate Transparency Yes (certificate)&lt;BR /&gt;OCSP Must Staple No&lt;BR /&gt;Revocation information CRL, OCSP&lt;BR /&gt;CRL: &lt;A href="http://gp.symcb.com/gp.crl" target="_blank"&gt;http://gp.symcb.com/gp.crl&lt;/A&gt;&lt;BR /&gt;OCSP: &lt;A href="http://gp.symcd.com" target="_blank"&gt;http://gp.symcd.com&lt;/A&gt;&lt;BR /&gt;Revocation status Good (not revoked)&lt;BR /&gt;DNS CAA No (more info)&lt;BR /&gt;Trusted Yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Additional Certificates (if supplied)&lt;BR /&gt;&lt;BR /&gt;Certificates provided 2 (2508 bytes)&lt;BR /&gt;Chain issues None&lt;BR /&gt;Valid until Fri, 20 May 2022 23:45:51 UTC (expires in 4 years and 11 months)&lt;BR /&gt;Key RSA 2048 bits (e 65537)&lt;BR /&gt;Issuer GeoTrust Global CA&lt;BR /&gt;Signature algorithm SHA256withRSA&lt;BR /&gt;&lt;BR /&gt;nginx/1.10.3&lt;BR /&gt;PHP 5.6&lt;BR /&gt;Can you please tell us about mistake in our settings.&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 16:58:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-connect-error/m-p/58166#M32836</guid>
      <dc:creator>alexanderm</dc:creator>
      <dc:date>2017-05-22T16:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: SSL connect error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-connect-error/m-p/58171#M32841</link>
      <description>&lt;P&gt;Try running the following test script, to see what version&amp;nbsp;&lt;SPAN&gt;TLS your cURL&amp;nbsp;is using to connect with:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?php 
$ch = curl_init('https://www.howsmyssl.com/a/check');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$data = curl_exec($ch);
curl_close($ch);

$json = json_decode($data);
echo $json-&amp;gt;tls_version ."\n";&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 18:12:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-connect-error/m-p/58171#M32841</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-05-22T18:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: SSL connect error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-connect-error/m-p/58193#M32862</link>
      <description>&lt;P&gt;Reason what curl used TLS 1.0, because of was old curl version (earlier 7.34)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you so much&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 15:12:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-connect-error/m-p/58193#M32862</guid>
      <dc:creator>alexanderm</dc:creator>
      <dc:date>2017-05-23T15:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: SSL connect error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-connect-error/m-p/58195#M32864</link>
      <description>&lt;P&gt;You're welcome.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 15:42:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-connect-error/m-p/58195#M32864</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-05-23T15:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: SSL connect error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-connect-error/m-p/62341#M36688</link>
      <description>&lt;P&gt;im using TLS 1.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;still i cannot connect&lt;/P&gt;&lt;P&gt;it gives me error connecting to authorize.net&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 20:51:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-connect-error/m-p/62341#M36688</guid>
      <dc:creator>idsinc001</dc:creator>
      <dc:date>2018-03-27T20:51:21Z</dc:date>
    </item>
  </channel>
</rss>

