<?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: TLS 1.2 Issue with Cold Fusion 10 in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/61930#M36329</link>
    <description>&lt;P&gt;Thank God!&lt;BR /&gt;That is out of my control so I've forwarded that info to my host.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Mar 2018 16:28:51 GMT</pubDate>
    <dc:creator>TomS</dc:creator>
    <dc:date>2018-03-01T16:28:51Z</dc:date>
    <item>
      <title>TLS 1.2 Issue with Cold Fusion 10</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/61917#M36316</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Our store stopped processing payments yesterday, February 28.&lt;BR /&gt;Our host says TLS 1.2 is enabled.&lt;BR /&gt;Our site is a Cold Fusion 10 site and has connected to Authorize.net for years with no issues with the following:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;cfhttp url="&lt;A href="https://secure2.authorize.net/gateway/transact.dll" target="_blank"&gt;https://secure2.authorize.net/gateway/transact.dll&lt;/A&gt;" method="post"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_Login" value="#var.AuthNetLogin#"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_Password" value="#var.AuthNetPassword#"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_version" value="True"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_type" value="AUTH_CAPTURE"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_Amount" value="#NumberFormat(Client.OrderTotal,'999999999.99')#"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_Card_Num" value="#request.CCNumber#"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_Exp_Date" value="#NumberFormat(request.CCExprDate,'0999')#"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_card_code" value="#request.CVC#"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_Last_Name" value="#rsGetCustBilling.cst_LastName#"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_First_Name" value="#rsGetCustBilling.cst_FirstName#"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_company" value="NA"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_Address" value="#rsGetCustBilling.cst_Address1#"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_City" value="#rsGetCustBilling.cst_City#"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_State" value="#rsGetCustBilling.stprv_Name#"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_Zip" value="#rsGetCustBilling.cst_Zip#"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_Country" value="#rsGetCustBilling.country_Code#"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_Phone" value="#rsGetCustBilling.cst_Phone#"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_email" value="#rsGetCustBilling.cst_Email#"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_customer_ip" value="#cgi.remote_addr#"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_Method" value="CC"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_ADC_Delim_Character" value=","&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_ADC_Delim_Data" value="TRUE"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_ADC_Encapsulate_Character" value=""&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_ADC_URL" value="FALSE"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;cfhttpparam type="FormField" name="x_Test_Request" value="FALSE"&amp;gt;&lt;BR /&gt;&amp;lt;/cfhttp&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;cfset request.TransactionResult = Val(ListFirst(cfhttp.fileContent))&amp;gt;&lt;BR /&gt;&amp;lt;cfset request.TransactionID = ListGetAt(cfhttp.fileContent, '7')&amp;gt;&lt;BR /&gt;&amp;lt;cfset request.TransactionMessage = ListGetAt(cfhttp.fileContent, '4')&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Cold Fusion now throws this error:&lt;BR /&gt;Invalid list index 7. In function ListGetAt(list, index [, delimiters]), the value of index, 7, is not a valid as the first argument (this list has 1 elements). Valid indexes are in the range 1 through the number of elements in the list.&lt;BR /&gt;&lt;BR /&gt;Any help/direction would be sincerely appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 15:15:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/61917#M36316</guid>
      <dc:creator>TomS</dc:creator>
      <dc:date>2018-03-01T15:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: TLS 1.2 Issue with Cold Fusion 10</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/61919#M36318</link>
      <description>&lt;P&gt;I'm getting the same issue with ColdFusion 11.&amp;nbsp; Everything works on the test server, but when we process with the live server, we get the exact same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're getting this error because what's being returned in the cfhttp.fileContent is simply "Connection Failed" and you can't do a ListGetAt because there's no list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you put in:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;cfdump var="#cfhttp.filecontent#" &amp;gt;&lt;BR /&gt;&amp;lt;cfabort&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;right after the &amp;lt;/cfhttp&amp;gt; it'll show you what is actually being returned from Authorize.net.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for the connection issue that's failing, I'm in the same boat as you are.&amp;nbsp; One interesting thing, we did have ONE transaction go through last night.&amp;nbsp; But everything else has failed.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 15:23:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/61919#M36318</guid>
      <dc:creator>JoelVogt</dc:creator>
      <dc:date>2018-03-01T15:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: TLS 1.2 Issue with Cold Fusion 10</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/61926#M36325</link>
      <description>&lt;P&gt;Thanks for the reply Joel.&lt;BR /&gt;You're absolutely correct. CFDump resulted in Connection Failure.&lt;BR /&gt;It was long day and night yesterday and today looks to be a repeat.&lt;BR /&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 16:02:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/61926#M36325</guid>
      <dc:creator>TomS</dc:creator>
      <dc:date>2018-03-01T16:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: TLS 1.2 Issue with Cold Fusion 10</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/61927#M36326</link>
      <description>&lt;P&gt;Tom, I just updated our server with the latest version of Java 1.8.0_161 and it's now working again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just make sure that when you download it that you get the correct type (32 or 64 bit) for your ColdFusion install.&amp;nbsp; As you can guess, I got the wrong one initially and I figured I'd save you a little of the additional panic I went through&amp;nbsp; :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck and I hope this fixes it!!!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 16:19:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/61927#M36326</guid>
      <dc:creator>JoelVogt</dc:creator>
      <dc:date>2018-03-01T16:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: TLS 1.2 Issue with Cold Fusion 10</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/61930#M36329</link>
      <description>&lt;P&gt;Thank God!&lt;BR /&gt;That is out of my control so I've forwarded that info to my host.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 16:28:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/61930#M36329</guid>
      <dc:creator>TomS</dc:creator>
      <dc:date>2018-03-01T16:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: TLS 1.2 Issue with Cold Fusion 10</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/61932#M36331</link>
      <description>&lt;P&gt;You're welcome!&amp;nbsp; I hope they can get to it quickly and it fixes your problems.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 16:33:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/61932#M36331</guid>
      <dc:creator>JoelVogt</dc:creator>
      <dc:date>2018-03-01T16:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: TLS 1.2 Issue with Cold Fusion 10</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/61962#M36357</link>
      <description>&lt;P&gt;As others have pointed out you should&amp;nbsp;to be running on Java 1.8 to get TLS 1.2 with ColdFusion 10 and up. However, with&amp;nbsp;ColdFusion 10 if you have&amp;nbsp;update 18 installed you can get TLS 1.2 by adding JVM arguments to your jvm.config&amp;nbsp;and get&amp;nbsp;full TLS 1.2 support with Java 1.7. But I will point out that Java 1.7 is long past end of life and you really should be on Java 1.8.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm with CF Webtools and we have been doing a lot server updates for companies that need their ColdFusion server patched or Java updated. &amp;nbsp;Also, for older versions of ColdFusion such and ColdFusion 9 or even 8, (you really should upgrade! &lt;A href="https://www.trunkful.com/index.cfm/2018/1/31/TLS12-for-ColdFusion-9-and-Older" target="_blank"&gt;https://www.trunkful.com/index.cfm/2018/1/31/TLS12-for-ColdFusion-9-and-Older&lt;/A&gt; ) we've been helping companies get past the hurdles there as best as we can. In some cases we've been able to get the ColdFusion 9 working with TLS 1.2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wil&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 17:09:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/61962#M36357</guid>
      <dc:creator>wilgeno</dc:creator>
      <dc:date>2018-03-02T17:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: TLS 1.2 Issue with Cold Fusion 10</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/63051#M37250</link>
      <description>&lt;P&gt;Had two stressful weeks trying to solve my issue with Authorize.net.&amp;nbsp; My shopping cart worked perfectly via their Sandbox, but not when live thru my website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Final solution:&amp;nbsp; make sure your site's URL's are all www or not www.&amp;nbsp; That was the first problem. Second problem (that probably set the problem in action), was that i had just loaded an htacess file on the site that rewrite all pages to be https.&amp;nbsp; Previously only the shopping cart checkout was https and the rest of the site was http.&amp;nbsp; That rewrite was the major problem.&amp;nbsp; Fixed these two items and all it well!&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2018 14:35:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/63051#M37250</guid>
      <dc:creator>Sprovost</dc:creator>
      <dc:date>2018-05-14T14:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: TLS 1.2 Issue with Cold Fusion 10</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/63352#M37494</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had upgraded my Java to 1.8 a couple of months ago and things were running smoothly.&amp;nbsp; Now for some reason, I'm getting "Connection failure" again.&amp;nbsp; Not sure why it would suddenly stop working again.&amp;nbsp; Did anything happen over the last couple of weeks?&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jun 2018 21:23:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-with-Cold-Fusion-10/m-p/63352#M37494</guid>
      <dc:creator>joshuanathanson</dc:creator>
      <dc:date>2018-06-09T21:23:32Z</dc:date>
    </item>
  </channel>
</rss>

