<?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: The connection with the server was terminated abnormally in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59108#M33709</link>
    <description>&lt;P&gt;ASP relies on Schannel for secure communications. Is your Windows version &amp;gt; 2008? If so, check out Microsoft's article : &lt;A href="https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-a-default-secure-protocols-in" target="_blank"&gt;https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-a-default-secure-protocols-in&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, the production API will be transitioning to TLS 1.2 connections only soon, as well.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2017 19:55:02 GMT</pubDate>
    <dc:creator>NexusSoftware</dc:creator>
    <dc:date>2017-08-01T19:55:02Z</dc:date>
    <item>
      <title>The connection with the server was terminated abnormally</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59102#M33703</link>
      <description>&lt;P&gt;I’m getting this error every time I try to send a transaction to my sandbox account: “The connection with the server was terminated abnormally”. The server is not using TLS 1.0 or 1.1 and when I use the production server with a test CC number it is sending back the invalid card message so it is working on the production server but not the sandbox. The sandbox should be sending a test approval response back.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have any ideas why this could be happening?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 18:53:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59102#M33703</guid>
      <dc:creator>TerryO</dc:creator>
      <dc:date>2017-08-01T18:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: The connection with the server was terminated abnormally</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59104#M33705</link>
      <description>What server environment and application language are you posting to the API from Linux or Windows, what version?</description>
      <pubDate>Tue, 01 Aug 2017 19:10:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59104#M33705</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-08-01T19:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: The connection with the server was terminated abnormally</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59105#M33706</link>
      <description>&lt;P&gt;Windows server using classic ASP XML posts - been working fine for years until I started using the same code on a different page on the site. The production server is processing real credit cards fine - it's just the sandbox that gives me this error.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 19:13:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59105#M33706</guid>
      <dc:creator>TerryO</dc:creator>
      <dc:date>2017-08-01T19:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: The connection with the server was terminated abnormally</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59106#M33707</link>
      <description>&lt;P&gt;The Sandbox currently only accepts TLS 1.2 connections. For Classic ASP, try running the following:&lt;/P&gt;&lt;PRE&gt;&amp;lt;%
Set objHttp = Server.CreateObject("MSXML2.ServerXMLHTTP.6.0")
objHttp.open "GET", "https://howsmyssl.com/a/check", False
objHttp.Send
Response.Write objHttp.responseText 
Set objHttp = Nothing 
%&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 19:31:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59106#M33707</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-08-01T19:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: The connection with the server was terminated abnormally</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59107#M33708</link>
      <description>&lt;P&gt;Response says TLS 1.0 (below) but when I check the site with SSLLabs.com it says TLS 1.0 = no, TLS 1.1 = no and TLS 1.2 = yes. and my server tech tells me TLS 1 and 1.1 are disabled&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{"given_cipher_suites":["TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"TLS_RSA_WITH_AES_256_CBC_SHA"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"TLS_RSA_WITH_AES_128_CBC_SHA"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"TLS_DHE_DSS_WITH_AES_256_CBC_SHA"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"TLS_DHE_DSS_WITH_AES_128_CBC_SHA"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA"]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"ephemeral_keys_supported":true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"session_ticket_supported":false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"tls_compression_supported":false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"unknown_cipher_suite_supported":false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"beast_vuln":false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"able_to_detect_n_minus_one_splitting":true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"insecure_cipher_suites":{}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"tls_version":"TLS 1.0"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"rating":"Bad"}&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 19:42:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59107#M33708</guid>
      <dc:creator>TerryO</dc:creator>
      <dc:date>2017-08-01T19:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: The connection with the server was terminated abnormally</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59108#M33709</link>
      <description>&lt;P&gt;ASP relies on Schannel for secure communications. Is your Windows version &amp;gt; 2008? If so, check out Microsoft's article : &lt;A href="https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-a-default-secure-protocols-in" target="_blank"&gt;https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-a-default-secure-protocols-in&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, the production API will be transitioning to TLS 1.2 connections only soon, as well.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 19:55:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59108#M33709</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-08-01T19:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: The connection with the server was terminated abnormally</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59109#M33710</link>
      <description>&lt;P&gt;I will have my tech check this. Yes, I know the production environment is changing soon too - another reason to get this fixed ASAP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help, by-the-way!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 19:57:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59109#M33710</guid>
      <dc:creator>TerryO</dc:creator>
      <dc:date>2017-08-01T19:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: The connection with the server was terminated abnormally</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59137#M33736</link>
      <description>&lt;P&gt;Applying the patch on the 2008 server did not fix the problem. So, we moved the site to a 2102 server and all seems to be working now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for all the help!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 20:47:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59137#M33736</guid>
      <dc:creator>TerryO</dc:creator>
      <dc:date>2017-08-02T20:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: The connection with the server was terminated abnormally</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59139#M33737</link>
      <description>Glad to hear you got it working. Just for your information, Windows 2008 servers can be configured to work with TLS 1.2 connections, we have enabled many of them.</description>
      <pubDate>Wed, 02 Aug 2017 21:05:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59139#M33737</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-08-02T21:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: The connection with the server was terminated abnormally</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59322#M33915</link>
      <description>&lt;P&gt;When you say you have configured Windows 2008 servers to work with TLS 1.2 I assume you mean Windows 2008 R2, correct? &amp;nbsp;According to everything I've seen thus far, Windows 2008 "standard" cannot support TLS 1.2 - or am I missing something?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 19:02:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59322#M33915</guid>
      <dc:creator>SodaBob</dc:creator>
      <dc:date>2017-08-10T19:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: The connection with the server was terminated abnormally</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59340#M33932</link>
      <description>&lt;P&gt;For regular&amp;nbsp;2008 (not R2), Microsoft has just released a patch to enable TLS 1.2:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.microsoft.com/microsoftsecure/2017/07/20/tls-1-2-support-added-to-windows-server-2008/" target="_blank"&gt;https://blogs.microsoft.com/microsoftsecure/2017/07/20/tls-1-2-support-added-to-windows-server-2008/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 23:11:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59340#M33932</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-08-10T23:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: The connection with the server was terminated abnormally</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59342#M33934</link>
      <description>&lt;P&gt;It was 2008 R2 but the patches didn't work - TLS 1.0 was still showing up (enabled) at AN's sandbox server. We abandoned the 2008 server, installed the site on a 2012 server and all is OK now - AN sandbox sees only TLS 1.2 now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure why. The patch didn't work but maybe the manual registry edits in the Microsofts pubs (referenced in an earlier post) would have - we didn't try that, just the downloaded patch install. When that didn't work, we just moved the site to a 2012 server. (Hate messing with the registry on a server.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2017 02:00:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/The-connection-with-the-server-was-terminated-abnormally/m-p/59342#M33934</guid>
      <dc:creator>TerryO</dc:creator>
      <dc:date>2017-08-11T02:00:27Z</dc:date>
    </item>
  </channel>
</rss>

