<?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 Connection Failure in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Connection-Failure/m-p/23901#M12844</link>
    <description>&lt;P&gt;Anybody else encountering this today? lost 15 transactions already!&lt;/P&gt;</description>
    <pubDate>Fri, 02 Mar 2012 20:06:44 GMT</pubDate>
    <dc:creator>svalues</dc:creator>
    <dc:date>2012-03-02T20:06:44Z</dc:date>
    <item>
      <title>Connection Failure</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Connection-Failure/m-p/23901#M12844</link>
      <description>&lt;P&gt;Anybody else encountering this today? lost 15 transactions already!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2012 20:06:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Connection-Failure/m-p/23901#M12844</guid>
      <dc:creator>svalues</dc:creator>
      <dc:date>2012-03-02T20:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Failure</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Connection-Failure/m-p/23911#M12849</link>
      <description>&lt;P&gt;On a developer account or production account? What URL are you connecting to?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2012 21:48:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Connection-Failure/m-p/23911#M12849</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-03-02T21:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Failure</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Connection-Failure/m-p/24417#M13091</link>
      <description>&lt;P&gt;From my staging server connecting to the sandbox server for AIM integration testing I am seeing the following from one staging server, but not from another. &amp;nbsp;Attempting to connect in a browser on the machine with failures I am seeing similar issues. &amp;nbsp;Is there a root certificate issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;curl -v&amp;nbsp;&lt;A target="_blank" rel="nofollow" href="https://test.authorize.net/"&gt;https://test.authorize.net/&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* About to connect() to test.authorize.net port 443 (#0)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* Trying 64.94.118.151... connected&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* Connected to test.authorize.net (64.94.118.151) port 443 (#0)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* SSLv3, TLS handshake, Client hello (1):&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* Unknown SSL protocol error in connection to test.authorize.net:443&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* Closing connection #0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;curl: (35) Unknown SSL protocol error in connection to test.authorize.net:443&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2012 20:13:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Connection-Failure/m-p/24417#M13091</guid>
      <dc:creator>sdevore</dc:creator>
      <dc:date>2012-03-13T20:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Failure</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Connection-Failure/m-p/24425#M13095</link>
      <description>&lt;P&gt;Could be that one of your staging servers is using SSLv2 and another SSLv3 and the destination server doesn't support v3. What's the connection log say for the ones that are working?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2012 20:48:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Connection-Failure/m-p/24425#M13095</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-03-13T20:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Failure</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Connection-Failure/m-p/24431#M13097</link>
      <description>&lt;P&gt;Server with successful connections has this result for curl&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;curl -v &lt;A href="https://test.authorize.net/" target="_blank"&gt;https://test.authorize.net/&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* About to connect() to test.authorize.net port 443 (#0)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* Trying 64.94.118.151... connected&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* Connected to test.authorize.net (64.94.118.151) port 443 (#0)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* SSLv3, TLS handshake, Client hello (1):&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* SSLv3, TLS handshake, Server hello (2):&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* SSLv3, TLS handshake, CERT (11):&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* SSLv3, TLS handshake, Server finished (14):&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* SSLv3, TLS handshake, Client key exchange (16):&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* SSLv3, TLS change cipher, Client hello (1):&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* SSLv3, TLS handshake, Finished (20):&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* SSLv3, TLS change cipher, Client hello (1):&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* SSLv3, TLS handshake, Finished (20):&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* SSL connection using RC4-MD5&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* Server certificate:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* subject: C=US; ST=California; L=Mountain View; O=Cybersource Corporation; OU=PlatinumSSL Wildcard; CN=*.authorize.net&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* start date: 2010-03-31 17:04:00 GMT&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* expire date: 2012-03-30 17:33:57 GMT&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* common name: *.authorize.net (matched)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* issuer: C=US; O=Entrust, Inc.; OU=&lt;A href="http://www.entrust.net/rpa" target="_blank"&gt;www.entrust.net/rpa&lt;/A&gt; is incorporated by reference; OU=(c) 2009 Entrust, Inc.; CN=Entrust Certification Authority - L1C&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* SSL certificate verify ok.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;gt; GET / HTTP/1.1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;gt; User-Agent: curl/7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8r zlib/1.2.5&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;gt; Host: test.authorize.net&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;gt; Accept: */*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;gt; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt; HTTP/1.1 200 OK&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt; Content-Length: 320&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt; Content-Type: text/html&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt; Content-Location: &lt;A href="https://test.authorize.net/index.htm" target="_blank"&gt;https://test.authorize.net/index.htm&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt; Last-Modified: Tue, 28 Sep 2010 17:34:15 GMT&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt; Accept-Ranges: bytes&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt; ETag: "57b4205f335fcb1:4a24"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt; Server: Microsoft-IIS/6.0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt; X-Powered-By: ASP.NET&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt; Date: Tue, 13 Mar 2012 21:03:25 GMT&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;html&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; &amp;lt;HEAD&amp;gt;&amp;lt;TITLE&amp;gt;Authorize.Net&amp;lt;/TITLE&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt; &amp;lt;META NAME="Authorize.Net -- Enabling more businesses to process transactions worldwide"&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/HEAD&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;FRAMESET ROWS="100%,*" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;FRAME NAME="top" src="&lt;A href="https://sandbox.authorize.net/ui/themes/anet/merch.app" target="_blank"&gt;https://sandbox.authorize.net/ui/themes/anet/merch.app&lt;/A&gt;" NORESIZE&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/FRAMESET&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* Connection #0 to host test.authorize.net left intact&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* Closing connection #0&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;* SSLv3, TLS alert, Client hello (1):&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/HTML&amp;gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2012 21:04:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Connection-Failure/m-p/24431#M13097</guid>
      <dc:creator>sdevore</dc:creator>
      <dc:date>2012-03-13T21:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Failure</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Connection-Failure/m-p/24433#M13098</link>
      <description>&lt;P&gt;Well, it's the same protocol, and I assume the Authorize.net server is working the same way for both of your servers, so there has to be something different between your two servers. Is the date set correctly on the one that isn't working? Having an incorrect date can cause SSL failure. Or you might not have the certificate authority that Authorize.net is using in your list of approved certificate authorities.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2012 21:49:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Connection-Failure/m-p/24433#M13098</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-03-13T21:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Failure</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Connection-Failure/m-p/24435#M13099</link>
      <description>&lt;P&gt;Do you know what certificate authority authorize.net is using? &amp;nbsp;I'll check on the date/time problem as well&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Mar 2012 23:53:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Connection-Failure/m-p/24435#M13099</guid>
      <dc:creator>sdevore</dc:creator>
      <dc:date>2012-03-13T23:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Failure</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Connection-Failure/m-p/24439#M13101</link>
      <description>&lt;P&gt;Entrust, Inc.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2012 02:05:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Connection-Failure/m-p/24439#M13101</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2012-03-14T02:05:47Z</dc:date>
    </item>
  </channel>
</rss>

