<?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: TLS 1.2 Issue  -tetsing on sandbox in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-tetsing-on-sandbox/m-p/58873#M33481</link>
    <description>&lt;P&gt;Sorry this did not help.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jul 2017 16:40:33 GMT</pubDate>
    <dc:creator>smitham</dc:creator>
    <dc:date>2017-07-19T16:40:33Z</dc:date>
    <item>
      <title>TLS 1.2 Issue  -tetsing on sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-tetsing-on-sandbox/m-p/58867#M33476</link>
      <description>&lt;P&gt;I'm trying to create some test transactions on sandbox. I have IIS 10.0 express and .net 4.6 and&amp;nbsp;i got the error saying that the existing connection was forcibly closed by the remote host. Do we have to do any code changes to fix this?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 15:01:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-tetsing-on-sandbox/m-p/58867#M33476</guid>
      <dc:creator>smitham</dc:creator>
      <dc:date>2017-07-19T15:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: TLS 1.2 Issue  -tetsing on sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-tetsing-on-sandbox/m-p/58868#M33477</link>
      <description>&lt;P&gt;Try adding 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;</description>
      <pubDate>Wed, 19 Jul 2017 15:31:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-tetsing-on-sandbox/m-p/58868#M33477</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-07-19T15:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: TLS 1.2 Issue  -tetsing on sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-tetsing-on-sandbox/m-p/58873#M33481</link>
      <description>&lt;P&gt;Sorry this did not help.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 16:40:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-tetsing-on-sandbox/m-p/58873#M33481</guid>
      <dc:creator>smitham</dc:creator>
      <dc:date>2017-07-19T16:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: TLS 1.2 Issue  -tetsing on sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-tetsing-on-sandbox/m-p/58874#M33482</link>
      <description>Although you may have .Net 4.6 installed, what version are you targeting in your application?</description>
      <pubDate>Wed, 19 Jul 2017 16:48:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-tetsing-on-sandbox/m-p/58874#M33482</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-07-19T16:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: TLS 1.2 Issue  -tetsing on sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-tetsing-on-sandbox/m-p/58875#M33483</link>
      <description>&lt;P&gt;I&amp;nbsp;think it is targeting 4.0. I cannot use SecurityProtocolType.Tls12 and SecurityProtocolType.Tls11. I can only use SecurityProtocolType.Tls and which is TLS 1.0 so it cannot connect&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 17:29:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-tetsing-on-sandbox/m-p/58875#M33483</guid>
      <dc:creator>smitham</dc:creator>
      <dc:date>2017-07-19T17:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: TLS 1.2 Issue  -tetsing on sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-tetsing-on-sandbox/m-p/58876#M33484</link>
      <description>&lt;P&gt;Target &amp;gt;net Framework 4.5&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 17:42:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-tetsing-on-sandbox/m-p/58876#M33484</guid>
      <dc:creator>smitham</dc:creator>
      <dc:date>2017-07-19T17:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: TLS 1.2 Issue  -tetsing on sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-tetsing-on-sandbox/m-p/58877#M33485</link>
      <description>Post the code you are using to make the request.</description>
      <pubDate>Wed, 19 Jul 2017 17:56:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-tetsing-on-sandbox/m-p/58877#M33485</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-07-19T17:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: TLS 1.2 Issue  -tetsing on sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-tetsing-on-sandbox/m-p/58878#M33486</link>
      <description>&lt;P&gt;It got fixed with this code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;const&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;SslProtocols&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; _Tls12 = (&lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;SslProtocols&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;)0x00000C00;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;const&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;SecurityProtocolType&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; Tls12 = (&lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;SecurityProtocolType&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;)_Tls12;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#2b91af" face="Consolas" size="2"&gt;ServicePointManager&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.SecurityProtocol = Tls12;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 18:56:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-Issue-tetsing-on-sandbox/m-p/58878#M33486</guid>
      <dc:creator>smitham</dc:creator>
      <dc:date>2017-07-19T18:56:20Z</dc:date>
    </item>
  </channel>
</rss>

