<?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: An existing connection was forcibly closed by the remote host in Community Feedback</title>
    <link>https://community.developer.cybersource.com/t5/Community-Feedback/An-existing-connection-was-forcibly-closed-by-the-remote-host/m-p/58808#M435</link>
    <description>&lt;P&gt;Yes, .Net version 4.6 supports TLS 1.2 by default. Version 4.5 can be set to use TLS 1.2 using the above mentioned &amp;nbsp;technique.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jul 2017 18:14:19 GMT</pubDate>
    <dc:creator>NexusSoftware</dc:creator>
    <dc:date>2017-07-13T18:14:19Z</dc:date>
    <item>
      <title>An existing connection was forcibly closed by the remote host</title>
      <link>https://community.developer.cybersource.com/t5/Community-Feedback/An-existing-connection-was-forcibly-closed-by-the-remote-host/m-p/58788#M431</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to fix my test requests. For now when I'm sending a request to the '&lt;A href="https://apitest.authorize.net/xml/v1/request.api" target="_blank"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt;' I'm getting an exception.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[SocketException (0x2746): An existing connection was forcibly closed by the remote host]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;TLS 1.2 is enabled, Windows Server 2008 r2. Any suggestions please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 16:39:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Community-Feedback/An-existing-connection-was-forcibly-closed-by-the-remote-host/m-p/58788#M431</guid>
      <dc:creator>nu</dc:creator>
      <dc:date>2017-07-12T16:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: An existing connection was forcibly closed by the remote host</title>
      <link>https://community.developer.cybersource.com/t5/Community-Feedback/An-existing-connection-was-forcibly-closed-by-the-remote-host/m-p/58790#M433</link>
      <description>&lt;P&gt;Try adding the following to your application in order to see what version of TLS your schannel.dll is using:&lt;/P&gt;&lt;PRE&gt;var response = WebRequest.Create("https://www.howsmyssl.com/a/check").GetResponse();
var responseData = new StreamReader(response.GetResponseStream()).ReadToEnd();
Response.WriteLine(responseData);&lt;/PRE&gt;&lt;P&gt;If &amp;lt; TLS 1.2 add the following at the beginning of the function where you make a webrequest:&lt;/P&gt;&lt;PRE&gt;System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 17:56:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Community-Feedback/An-existing-connection-was-forcibly-closed-by-the-remote-host/m-p/58790#M433</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-07-12T17:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: An existing connection was forcibly closed by the remote host</title>
      <link>https://community.developer.cybersource.com/t5/Community-Feedback/An-existing-connection-was-forcibly-closed-by-the-remote-host/m-p/58807#M434</link>
      <description>&lt;P&gt;&amp;nbsp;Thank you&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21608"&gt;@NexusSoftware&lt;/a&gt;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I'm getting&amp;nbsp;"&lt;/P&gt;&lt;P&gt;&lt;I&gt;The client and server cannot communicate, because they do not possess a common algorithm&lt;/I&gt;&lt;/P&gt;&lt;P&gt;" error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the reason is that I have a website running on ASP.NET 2,0 &amp;amp; .Net 2.0 so I should upgrade them too ASAP.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 18:05:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Community-Feedback/An-existing-connection-was-forcibly-closed-by-the-remote-host/m-p/58807#M434</guid>
      <dc:creator>nu</dc:creator>
      <dc:date>2017-07-13T18:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: An existing connection was forcibly closed by the remote host</title>
      <link>https://community.developer.cybersource.com/t5/Community-Feedback/An-existing-connection-was-forcibly-closed-by-the-remote-host/m-p/58808#M435</link>
      <description>&lt;P&gt;Yes, .Net version 4.6 supports TLS 1.2 by default. Version 4.5 can be set to use TLS 1.2 using the above mentioned &amp;nbsp;technique.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 18:14:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Community-Feedback/An-existing-connection-was-forcibly-closed-by-the-remote-host/m-p/58808#M435</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-07-13T18:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: An existing connection was forcibly closed by the remote host</title>
      <link>https://community.developer.cybersource.com/t5/Community-Feedback/An-existing-connection-was-forcibly-closed-by-the-remote-host/m-p/58954#M436</link>
      <description>&lt;P&gt;I have been getting the same error over the last couple of days when i try sending transaction request in SANDBOX environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried&amp;nbsp;with all the required configurations as per the solution(s) suggested in the developer blogs but i can't get reid of this error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error Details:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;System.Net.WebException was unhandled&lt;/P&gt;&lt;P&gt;&amp;nbsp; HResult=-2146233079&lt;/P&gt;&lt;P&gt;&amp;nbsp; Message=The underlying connection was closed: An unexpected error occurred on a send.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Source=System&lt;/P&gt;&lt;P&gt;&amp;nbsp; StackTrace:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Net.HttpWebRequest.GetResponse()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at AuthorizeNet.Util.HttpUtility.PostData[TQ,TS](Environment env, TQ request)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at AuthorizeNet.Api.Controllers.Bases.ApiOperationBase`2.Execute(Environment environment)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at net.authorize.sample.ChargeCreditCard.Run(String ApiLoginID, String ApiTransactionKey, Decimal amount) in c:\Users\seshag\Documents\Collectors\sample-code-csharp-master\sample-code-csharp-master\PaymentTransactions\ChargeCreditCard.cs:line 68&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at net.authorize.sample.SampleCode.RunMethod(String methodName) in c:\Users\seshag\Documents\Collectors\sample-code-csharp-master\sample-code-csharp-master\SampleCode.cs:line 228&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at net.authorize.sample.SampleCode.SelectMethod() in c:\Users\seshag\Documents\Collectors\sample-code-csharp-master\sample-code-csharp-master\SampleCode.cs:line 63&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at net.authorize.sample.SampleCode.Main(String[] args) in c:\Users\seshag\Documents\Collectors\sample-code-csharp-master\sample-code-csharp-master\SampleCode.cs:line 26&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.Threading.ThreadHelper.ThreadStart()&lt;/P&gt;&lt;P&gt;&amp;nbsp; InnerException: System.IO.IOException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HResult=-2146232800&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Message=Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source=System&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; StackTrace:&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; at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)&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; at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)&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; at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)&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; at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)&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; at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)&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; at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&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; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)&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; at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)&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; at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)&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; at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)&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; at System.Net.ConnectStream.WriteHeaders(Boolean async)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InnerException: System.Net.Sockets.SocketException&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; HResult=-2147467259&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; Message=An existing connection was forcibly closed by the remote host&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; Source=System&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; ErrorCode=10054&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; NativeErrorCode=10054&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; StackTrace:&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; at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)&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; at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)&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; InnerException:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Configuration Details of my local machine&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am testing the Authorise.NET API with Sample Code Solution downloaded from GIT repository in Visual Studio 2012. I have installed .NET framework 4.6.2 on my Windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Target .NET version I have set in config files is as follows&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;App.config&lt;/P&gt;&lt;P&gt;&amp;lt;startup&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/startup&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Packages.config&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;packages&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;package id="AuthorizeNet" version="1.9.3" targetFramework="net462" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/packages&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't even explictly set&amp;nbsp; to TLS12 in my code as it does not&amp;nbsp; show me tLS2 option&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;System.Net.&lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;ServicePointManager&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.SecurityProtocol = System.Net.&lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;SecurityProtocolType&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.Tls&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Would appreciate your support on resolving this issue.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Sesha&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 15:32:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Community-Feedback/An-existing-connection-was-forcibly-closed-by-the-remote-host/m-p/58954#M436</guid>
      <dc:creator>se12sha</dc:creator>
      <dc:date>2017-07-24T15:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: An existing connection was forcibly closed by the remote host</title>
      <link>https://community.developer.cybersource.com/t5/Community-Feedback/An-existing-connection-was-forcibly-closed-by-the-remote-host/m-p/58956#M437</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;using System.Net;
using System.Security.Authentication;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;In the function where you make your web request, try:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;   const SslProtocols _Tls12 = (SslProtocols)0x00000C00;
   const SecurityProtocolType Tls12 = (SecurityProtocolType)_Tls12;
   ServicePointManager.SecurityProtocol = Tls12;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 15:58:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Community-Feedback/An-existing-connection-was-forcibly-closed-by-the-remote-host/m-p/58956#M437</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-07-24T15:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: An existing connection was forcibly closed by the remote host</title>
      <link>https://community.developer.cybersource.com/t5/Community-Feedback/An-existing-connection-was-forcibly-closed-by-the-remote-host/m-p/58962#M438</link>
      <description>&lt;P&gt;I tried as suggested and it worked like a champ! Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sesha&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 11:19:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Community-Feedback/An-existing-connection-was-forcibly-closed-by-the-remote-host/m-p/58962#M438</guid>
      <dc:creator>se12sha</dc:creator>
      <dc:date>2017-07-25T11:19:27Z</dc:date>
    </item>
  </channel>
</rss>

