<?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: Payment processing problem in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/35171#M19570</link>
    <description>&lt;P&gt;i can't login directly to the server. i have only ftp access to it. can i perform it in another way?&lt;/P&gt;</description>
    <pubDate>Tue, 06 Aug 2013 08:15:17 GMT</pubDate>
    <dc:creator>romapavelko</dc:creator>
    <dc:date>2013-08-06T08:15:17Z</dc:date>
    <item>
      <title>Payment processing problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/35153#M19552</link>
      <description>&lt;P&gt;Good Day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using &lt;SPAN&gt;Authorize.Net&amp;nbsp;&lt;/SPAN&gt;payment gateway and I have a problem related to it. There is an exception while processing online payments with the next message:&lt;/P&gt;&lt;P&gt;« The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. »&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This exception occurs &lt;STRONG&gt;only on our production server&lt;/STRONG&gt;. There is no any exception using local developers machines with the same configuration of IIS and Authorize.Net, there is a successful response from Authorize.Net server with processed transaction details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Production server configurations:&lt;/P&gt;&lt;P&gt;1. IIS 6.0&lt;/P&gt;&lt;P&gt;2. ASP.NET 4.0&lt;/P&gt;&lt;P&gt;3. ASP.NET MVC 3&lt;/P&gt;&lt;P&gt;4. AuthorizeNetTestMode = true (Sandbox on)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you provide a solution for this problem ?&lt;/P&gt;&lt;P&gt;Thanks, Roman&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2013 14:56:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/35153#M19552</guid>
      <dc:creator>romapavelko</dc:creator>
      <dc:date>2013-08-05T14:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Payment processing problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/35154#M19553</link>
      <description>&lt;P&gt;login to the server, open a web browser. browse to the authorize.net https url you are trying to get on, and see what error you are getting.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2013 15:24:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/35154#M19553</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-08-05T15:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Payment processing problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/35171#M19570</link>
      <description>&lt;P&gt;i can't login directly to the server. i have only ftp access to it. can i perform it in another way?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 08:15:17 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/35171#M19570</guid>
      <dc:creator>romapavelko</dc:creator>
      <dc:date>2013-08-06T08:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Payment processing problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/35173#M19572</link>
      <description>&lt;P&gt;That not a authorize.net error, is it a .net error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you don't have access to the server, you probably need to do&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.bing.com/search?q=The+underlying+connection+was+closed" target="_blank"&gt;http://www.bing.com/search?q=The+underlying+connection+was+closed&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 11:19:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/35173#M19572</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-08-06T11:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Payment processing problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/35174#M19573</link>
      <description>&lt;P&gt;I found a solution, when production server works good. It is ignoring the certificate validation.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;ServicePointManager.ServerCertificateValidationCallback = delegate { return true; };&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I think, it is not the best idea. There should be more accurate solution...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 11:48:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/35174#M19573</guid>
      <dc:creator>romapavelko</dc:creator>
      <dc:date>2013-08-06T11:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Payment processing problem</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/35175#M19574</link>
      <description>&lt;P&gt;sound like the server need to accept the SSL certificate from authorize.net&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2013 12:44:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Payment-processing-problem/m-p/35175#M19574</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-08-06T12:44:14Z</dc:date>
    </item>
  </channel>
</rss>

