<?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: Another TLS Assist Request/Question in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Another-TLS-Assist-Request-Question/m-p/61381#M35835</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/12784"&gt;@sycomputing&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;TLS 1.2 is enabled for sandbox&amp;nbsp; already&amp;nbsp; .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.ssllabs.com/ssltest/analyze.html?d=test.authorize.net" target="_blank"&gt;https://www.ssllabs.com/ssltest/analyze.html?d=test.authorize.net&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are going to disable TLS 1.0/1.1 for production url&amp;nbsp; on Feb 28 , 2018 .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2018 23:58:43 GMT</pubDate>
    <dc:creator>Anurag</dc:creator>
    <dc:date>2018-01-25T23:58:43Z</dc:date>
    <item>
      <title>Another TLS Assist Request/Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Another-TLS-Assist-Request-Question/m-p/61370#M35828</link>
      <description>&lt;P&gt;According to this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/Sandbox-URL-to-test-TLS-Update/m-p/57983/highlight/true#M32664" target="_blank"&gt;https://community.developer.authorize.net/t5/Integration-and-Testing/Sandbox-URL-to-test-TLS-Update/m-p/57983/highlight/true#M32664&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it would appear that transaction requests submitted to &lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt; cannot complete if the submitting application is not TLS 1.2 compliant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have I understood this correctly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My application is compiled with Visual Studio 2010 and .NET 4, which, as I understand it anyway, requires a hack to make it work with TLS 1.2. For example, I've read that if the following code (bolded) is implemented in the global.asax file of a .NET 4 application, it will use the proper protocol without incident:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;protected void Application_Start(Object sender, EventArgs e)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Enforce the security protocol to TLS 1.2&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;//System.Net.ServicePointManager.SecurityProtocol = (System.Net.SecurityProtocolType)3072;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application["TotalUsers"] = 0;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application["CurrentUsers"] = 0;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My quandry has to do with the fact that I just placed my app in test mode, which tests transactions against &lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt; and the test went through fine, i.e., I got a TEST MODE receipt from both Authorize.Net and my application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, however, the required code is commented out, meaning it shouldn't have been capable of utilizing TLS 1.2?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm concerned I'm not seeing something correctly here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 21:18:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Another-TLS-Assist-Request-Question/m-p/61370#M35828</guid>
      <dc:creator>sycomputing</dc:creator>
      <dc:date>2018-01-25T21:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Another TLS Assist Request/Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Another-TLS-Assist-Request-Question/m-p/61380#M35834</link>
      <description>&lt;P&gt;So this message from Richard in the thread I cited above is NOT true?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="lia-message-heading lia-component-message-header"&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-standard"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-20 lia-quilt-column-left"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-left"&gt;&lt;DIV class="lia-message-subject"&gt;Re: Sandbox URL to test TLS Update&lt;DIV&gt;&lt;DIV class="MessageReadByModeratorCell lia-moderation-moderated"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-04 lia-quilt-column-right"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;&lt;DIV class="lia-message-options"&gt;&lt;DIV class="lia-menu-navigation-wrapper lia-menu-action message-menu"&gt;&lt;DIV class="lia-menu-navigation"&gt;&lt;DIV class="dropdown-default-item"&gt;&lt;A title="Show option menu" href="https://community.developer.authorize.net/t5/Integration-and-Testing/Sandbox-URL-to-test-TLS-Update/m-p/57983/highlight/true#" target="_blank"&gt;Options&lt;/A&gt;&lt;DIV class="dropdown-positioning"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class="lia-message-dates lia-message-post-date lia-component-post-date-last-edited"&gt;&lt;SPAN class="DateTime lia-message-posted-on lia-component-common-widget-date"&gt;&lt;SPAN class="local-date"&gt;‎05-06-2017&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;08:09 PM&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="lia-message-body lia-component-body"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;&lt;A href="https://community.developer.authorize.net/t5/user/viewprofilepage/user-id/5294" target="_blank"&gt;@redbrad0&lt;/A&gt;&amp;nbsp;The endpoint &lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank" rel="nofollow noopener noreferrer"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt; is now configured to only accept TLS 1.2 connections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.ssllabs.com/ssltest/analyze.html?d=test.authorize.net&amp;amp;latest" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.ssllabs.com/ssltest/analyze.html?d=test.authorize.net&amp;amp;latest&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 25 Jan 2018 23:39:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Another-TLS-Assist-Request-Question/m-p/61380#M35834</guid>
      <dc:creator>sycomputing</dc:creator>
      <dc:date>2018-01-25T23:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Another TLS Assist Request/Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Another-TLS-Assist-Request-Question/m-p/61381#M35835</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/12784"&gt;@sycomputing&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;TLS 1.2 is enabled for sandbox&amp;nbsp; already&amp;nbsp; .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.ssllabs.com/ssltest/analyze.html?d=test.authorize.net" target="_blank"&gt;https://www.ssllabs.com/ssltest/analyze.html?d=test.authorize.net&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are going to disable TLS 1.0/1.1 for production url&amp;nbsp; on Feb 28 , 2018 .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 23:58:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Another-TLS-Assist-Request-Question/m-p/61381#M35835</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-01-25T23:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Another TLS Assist Request/Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Another-TLS-Assist-Request-Question/m-p/61383#M35837</link>
      <description>&lt;P&gt;Hi Anurag:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then as I understand you, if my application using AIM currently successfully submits transactions via the sandbox at -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- then transactions at the production URL -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://secure.authorize.net/gateway/transact.dll" target="_blank"&gt;https://secure.authorize.net/gateway/transact.dll&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;will succeed after Feb 28th with no futher code modification on my part?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this correct?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 00:19:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Another-TLS-Assist-Request-Question/m-p/61383#M35837</guid>
      <dc:creator>sycomputing</dc:creator>
      <dc:date>2018-01-26T00:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Another TLS Assist Request/Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Another-TLS-Assist-Request-Question/m-p/61385#M35839</link>
      <description>&lt;P&gt;Yes if the same version of the application running on sandbox is also on the production .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also we are doing&amp;nbsp; temporary disablement of TLS 1.1/1.0 on production&amp;nbsp;&amp;nbsp;on one of the following dates and time:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Akamai-enabled API&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;connections will occur on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;January 30, 2018 between 9:00 AM and 1:00 PM&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Pacific time.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;All other API connections will occur&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;on February 8, 2018 between 11:00 AM and 1:00 PM&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Pacific time&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can monitor your system during these time to check if any issues are coming .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 06:27:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Another-TLS-Assist-Request-Question/m-p/61385#M35839</guid>
      <dc:creator>Anurag</dc:creator>
      <dc:date>2018-01-26T06:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Another TLS Assist Request/Question</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Another-TLS-Assist-Request-Question/m-p/61392#M35845</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 15:41:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Another-TLS-Assist-Request-Question/m-p/61392#M35845</guid>
      <dc:creator>sycomputing</dc:creator>
      <dc:date>2018-01-26T15:41:34Z</dc:date>
    </item>
  </channel>
</rss>

