<?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: From github: sample-code-csharp suddenly failing: The request was aborted : Could not create SSL in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/From-github-sample-code-csharp-suddenly-failing-The-request-was/m-p/63338#M37487</link>
    <description>&lt;P&gt;Yes I am having this issue&amp;nbsp; for me it was not related to 1803 update&amp;nbsp; the update was a few days before it stopped working when I called into support they reported that they updated the SSL certs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe the SDK needs to be updated with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;SPAN&gt;const&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;SslProtocols&lt;/SPAN&gt;&amp;nbsp;_Tls12&amp;nbsp;=&amp;nbsp;(&lt;SPAN&gt;SslProtocols&lt;/SPAN&gt;)0x00000C00;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;const&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;SecurityProtocolType&lt;/SPAN&gt;&amp;nbsp;Tls12&amp;nbsp;=&amp;nbsp;(&lt;SPAN&gt;SecurityProtocolType&lt;/SPAN&gt;)_Tls12;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;ServicePointManager&lt;/SPAN&gt;.SecurityProtocol&amp;nbsp;=&amp;nbsp;Tls12;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;in at least this call for me&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// instantiate the contoller that will call the service&lt;BR /&gt;var controller = new createTransactionController(request);&lt;BR /&gt;//controller.&lt;BR /&gt;controller.Execute();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Authorize.net should update this promptly instead of giving me the support run around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jun 2018 12:46:54 GMT</pubDate>
    <dc:creator>ChrisWalker808</dc:creator>
    <dc:date>2018-06-08T12:46:54Z</dc:date>
    <item>
      <title>From github: sample-code-csharp suddenly failing: The request was aborted : Could not create SSL/TLS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/From-github-sample-code-csharp-suddenly-failing-The-request-was/m-p/63214#M37390</link>
      <description>&lt;P&gt;A month or so ago, I downloaded the sample app&amp;nbsp;solution for Visual Studio, from&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/AuthorizeNet/sample-code-csharp" target="_blank"&gt;https://github.com/AuthorizeNet/sample-code-csharp&lt;/A&gt;&amp;nbsp;(I needed to use it to update some custom C# code to use TLS 1.2).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;was able to run the method:&amp;nbsp;ChargeCreditCard&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, this weekend when I tried running that same method, I received the error:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;System.Net.WebException The request was aborted: Could not create SSL/TLS secure channel.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't think of anything that's since changed on my computer (I did try with the firewall disabled, thinking that was interfering with the communication, but that made no difference).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on what could have changed? Help! (Need to upgrade my custom code to TLS 1.2 ASAP).&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 01:18:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/From-github-sample-code-csharp-suddenly-failing-The-request-was/m-p/63214#M37390</guid>
      <dc:creator>WHOISJohnGalt5</dc:creator>
      <dc:date>2018-05-29T01:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: From github: sample-code-csharp suddenly failing: The request was aborted : Could not create SSL</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/From-github-sample-code-csharp-suddenly-failing-The-request-was/m-p/63215#M37391</link>
      <description>&lt;P&gt;More info: I just uploaded my custom code and ran it from a live web host (instead of from localhost), and it was successful!.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, there's something specific to&amp;nbsp;computer. After looking at the timelines for when I last successfully ran the sample code on my computer, and what changed since, I saw that my Windows 10 installation was upgraded to version&amp;nbsp;1803&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I'm thinking that's the culprit (as far as not being able to run the new API on localhost&amp;nbsp;running on Windows 10,&amp;nbsp;&lt;SPAN&gt;1803.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Has anybody else seen this behavior?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 May 2018 03:05:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/From-github-sample-code-csharp-suddenly-failing-The-request-was/m-p/63215#M37391</guid>
      <dc:creator>WHOISJohnGalt5</dc:creator>
      <dc:date>2018-05-29T03:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: From github: sample-code-csharp suddenly failing: The request was aborted : Could not create SSL</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/From-github-sample-code-csharp-suddenly-failing-The-request-was/m-p/63338#M37487</link>
      <description>&lt;P&gt;Yes I am having this issue&amp;nbsp; for me it was not related to 1803 update&amp;nbsp; the update was a few days before it stopped working when I called into support they reported that they updated the SSL certs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe the SDK needs to be updated with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&lt;SPAN&gt;const&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;SslProtocols&lt;/SPAN&gt;&amp;nbsp;_Tls12&amp;nbsp;=&amp;nbsp;(&lt;SPAN&gt;SslProtocols&lt;/SPAN&gt;)0x00000C00;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;const&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN&gt;SecurityProtocolType&lt;/SPAN&gt;&amp;nbsp;Tls12&amp;nbsp;=&amp;nbsp;(&lt;SPAN&gt;SecurityProtocolType&lt;/SPAN&gt;)_Tls12;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;ServicePointManager&lt;/SPAN&gt;.SecurityProtocol&amp;nbsp;=&amp;nbsp;Tls12;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;in at least this call for me&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;// instantiate the contoller that will call the service&lt;BR /&gt;var controller = new createTransactionController(request);&lt;BR /&gt;//controller.&lt;BR /&gt;controller.Execute();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Authorize.net should update this promptly instead of giving me the support run around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 12:46:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/From-github-sample-code-csharp-suddenly-failing-The-request-was/m-p/63338#M37487</guid>
      <dc:creator>ChrisWalker808</dc:creator>
      <dc:date>2018-06-08T12:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: From github: sample-code-csharp suddenly failing: The request was aborted : Could not create SSL</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/From-github-sample-code-csharp-suddenly-failing-The-request-was/m-p/63537#M37629</link>
      <description>&lt;P&gt;Strangely, I only get the error on the first time the app pool starts.&amp;nbsp; So to&amp;nbsp;reproduce it, I can just rebuild my project.&amp;nbsp; On the production server, if I restart the app pool, it fails too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Specifying TLS 1.2 as described fixed it for me.&amp;nbsp; Though from what I've read that should not be necessary if .Net Framework 4.6+ is being used as is my case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it's a mystery to me.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 19:15:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/From-github-sample-code-csharp-suddenly-failing-The-request-was/m-p/63537#M37629</guid>
      <dc:creator>DanH</dc:creator>
      <dc:date>2018-06-29T19:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: From github: sample-code-csharp suddenly failing: The request was aborted : Could not create SSL</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/From-github-sample-code-csharp-suddenly-failing-The-request-was/m-p/63544#M37636</link>
      <description>&lt;P&gt;Hello bro. I am also having the same type of issue. I am also not able to fix any how. What did u do at last?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Drough.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jul 2018 04:12:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/From-github-sample-code-csharp-suddenly-failing-The-request-was/m-p/63544#M37636</guid>
      <dc:creator>Draugh44</dc:creator>
      <dc:date>2018-07-01T04:12:31Z</dc:date>
    </item>
  </channel>
</rss>

