<?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: Failure to Authenticate in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Failure-to-Authenticate/m-p/61989#M36377</link>
    <description>&lt;P&gt;Remove your dependency on 3rd party controls. The application is very likely to be using deprecated endpoints and methods.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Mar 2018 16:39:52 GMT</pubDate>
    <dc:creator>NexusSoftware</dc:creator>
    <dc:date>2018-03-05T16:39:52Z</dc:date>
    <item>
      <title>Failure to Authenticate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Failure-to-Authenticate/m-p/61986#M36374</link>
      <description>&lt;P&gt;Have an older website that cant be upgraded due to older third party custom controls. The server was configured approximately a year ago to use TLS1.2 and all older versions where disabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the soap call being used to initiate the connection. It initiates acall and immediately closes.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[System.Web.Services.Protocols.SoapDocumentMethodAttribute("&lt;A href="https://api.authorize.net/soap/v1/ARBCancelSubscription" target="_blank"&gt;https://api.authorize.net/soap/v1/ARBCancelSubscription&lt;/A&gt;",&amp;nbsp;RequestNamespace="&lt;A href="https://api.authorize.net/soap/v1/" target="_blank"&gt;https://api.authorize.net/soap/v1/&lt;/A&gt;",&amp;nbsp;ResponseNamespace="&lt;A href="https://api.authorize.net/soap/v1/" target="_blank"&gt;https://api.authorize.net/soap/v1/&lt;/A&gt;",&amp;nbsp;Use=System.Web.Services.Description.SoapBindingUse.Literal,&amp;nbsp;ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;public&amp;nbsp;ARBCancelSubscriptionResponseType&amp;nbsp;ARBCancelSubscription(MerchantAuthenticationType&amp;nbsp;merchantAuthentication,&amp;nbsp;long&amp;nbsp;subscriptionId)&amp;nbsp;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;object[]&amp;nbsp;results&amp;nbsp;=&amp;nbsp;this.Invoke("ARBCancelSubscription",&amp;nbsp;new&amp;nbsp;object[]&amp;nbsp;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;merchantAuthentication,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;subscriptionId});&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&amp;nbsp;((ARBCancelSubscriptionResponseType)(results[0]));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 14:39:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Failure-to-Authenticate/m-p/61986#M36374</guid>
      <dc:creator>amenpatron</dc:creator>
      <dc:date>2018-03-05T14:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Failure to Authenticate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Failure-to-Authenticate/m-p/61989#M36377</link>
      <description>&lt;P&gt;Remove your dependency on 3rd party controls. The application is very likely to be using deprecated endpoints and methods.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 16:39:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Failure-to-Authenticate/m-p/61989#M36377</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2018-03-05T16:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Failure to Authenticate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Failure-to-Authenticate/m-p/61990#M36378</link>
      <description>&lt;P&gt;Third party controls make up 60 percent of the site. It would be easier to switch merchants&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 16:53:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Failure-to-Authenticate/m-p/61990#M36378</guid>
      <dc:creator>amenpatron</dc:creator>
      <dc:date>2018-03-05T16:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Failure to Authenticate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Failure-to-Authenticate/m-p/61992#M36380</link>
      <description>&lt;P&gt;You should check with the following, to ensure your server actually was configured properly:&lt;/P&gt;&lt;PRE&gt;using System;
using System.Net;
using System.IO;

namespace howsMySSL
{
    public partial class Default : System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {
            System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls;
            var response = WebRequest.Create("https://www.howsmyssl.com/a/check").GetResponse();
            var responseData = new StreamReader(response.GetResponseStream()).ReadToEnd();
            Response.Write(responseData);

        }
    }
}&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Mar 2018 17:05:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Failure-to-Authenticate/m-p/61992#M36380</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2018-03-05T17:05:58Z</dc:date>
    </item>
  </channel>
</rss>

