<?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 Reg: Authorize.Net Payment Issue in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Reg-Authorize-Net-Payment-Issue/m-p/60781#M35292</link>
    <description>&lt;DIV&gt;I have created my sandbox account through this account i am&amp;nbsp;able do the trasaction in my local machine but unable do the transaction in staging server with my sand&amp;nbsp;box&amp;nbsp;credentials.&lt;FONT size="3"&gt;&lt;SPAN&gt;I am getting the below error.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;error javax.xml.ws.WebServiceException: Failed to access the WSDL at:&lt;A href="https://apitest.authorize.net/soap/v1/Service.asmx?WSDL" target="_blank"&gt;https://apitest.authorize.net/soap/v1/Service.asmx?WSDL&lt;/A&gt;. It failed with:&amp;nbsp;&lt;FONT size="3"&gt;&lt;SPAN&gt;Received fatal alert: protocol_version.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 07 Dec 2017 13:44:39 GMT</pubDate>
    <dc:creator>srinivas555</dc:creator>
    <dc:date>2017-12-07T13:44:39Z</dc:date>
    <item>
      <title>Reg: Authorize.Net Payment Issue</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Reg-Authorize-Net-Payment-Issue/m-p/60781#M35292</link>
      <description>&lt;DIV&gt;I have created my sandbox account through this account i am&amp;nbsp;able do the trasaction in my local machine but unable do the transaction in staging server with my sand&amp;nbsp;box&amp;nbsp;credentials.&lt;FONT size="3"&gt;&lt;SPAN&gt;I am getting the below error.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;error javax.xml.ws.WebServiceException: Failed to access the WSDL at:&lt;A href="https://apitest.authorize.net/soap/v1/Service.asmx?WSDL" target="_blank"&gt;https://apitest.authorize.net/soap/v1/Service.asmx?WSDL&lt;/A&gt;. It failed with:&amp;nbsp;&lt;FONT size="3"&gt;&lt;SPAN&gt;Received fatal alert: protocol_version.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 Dec 2017 13:44:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Reg-Authorize-Net-Payment-Issue/m-p/60781#M35292</guid>
      <dc:creator>srinivas555</dc:creator>
      <dc:date>2017-12-07T13:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Authorize.Net Payment Issue</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Reg-Authorize-Net-Payment-Issue/m-p/60783#M35294</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22851"&gt;@srinivas555&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On Java 1.8 default TLS protocol is v1.2. On Java 1.7 default is TLS1.0. It must be that your local machine has JAVA 8 but in the staging server its still using JAVA 7.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As in Authorize.Net Sandbox Endpoints like (&lt;A href="https://apitest.authorize.net/soap/v1/Service.asmx?WSDL" target="_blank" rel="nofollow noopener noreferrer"&gt;https://apitest.authorize.net/soap/v1/Service.asmx?WSDL&lt;/A&gt;) TLS 1.0 is disabled, thus you are getting error :&amp;nbsp;Received fatal alert: protocol_version.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You will explicitly need to set TLS v1.2 in the staging server, you can try&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class="typ"&gt;System&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;.&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;setProperty&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str"&gt;"https.protocols"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt; &lt;SPAN class="str"&gt;"TLSv1"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or look into this more options :&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/39157422/how-to-enable-tls-1-2-in-java-7" target="_blank"&gt;https://stackoverflow.com/questions/39157422/how-to-enable-tls-1-2-in-java-7&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 16:27:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Reg-Authorize-Net-Payment-Issue/m-p/60783#M35294</guid>
      <dc:creator>kikmak42</dc:creator>
      <dc:date>2017-12-07T16:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: Authorize.Net Payment Issue</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Reg-Authorize-Net-Payment-Issue/m-p/60784#M35295</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22851"&gt;@srinivas555&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our sandbox requires a TLS 1.2 connection.&amp;nbsp; Please make certain your system is configured properly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 16:27:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Reg-Authorize-Net-Payment-Issue/m-p/60784#M35295</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2017-12-07T16:27:40Z</dc:date>
    </item>
  </channel>
</rss>

