<?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 TLS 1.2 not working on Windows server 2008 standard machine in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-not-working-on-Windows-server-2008-standard-machine/m-p/62060#M36444</link>
    <description>&lt;P&gt;I have setup TLS1.2 on windows7 machine where I installed 4.6 framework and made .net code changes under 4.0 and it started working there but when I did same changes on windows server 2008 server then I am getting same error. I am using Asp.net code and framework as 4.0. Please help as my Production is down.&lt;/P&gt;</description>
    <pubDate>Sat, 10 Mar 2018 18:49:51 GMT</pubDate>
    <dc:creator>smandola</dc:creator>
    <dc:date>2018-03-10T18:49:51Z</dc:date>
    <item>
      <title>TLS 1.2 not working on Windows server 2008 standard machine</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-not-working-on-Windows-server-2008-standard-machine/m-p/62060#M36444</link>
      <description>&lt;P&gt;I have setup TLS1.2 on windows7 machine where I installed 4.6 framework and made .net code changes under 4.0 and it started working there but when I did same changes on windows server 2008 server then I am getting same error. I am using Asp.net code and framework as 4.0. Please help as my Production is down.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Mar 2018 18:49:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-not-working-on-Windows-server-2008-standard-machine/m-p/62060#M36444</guid>
      <dc:creator>smandola</dc:creator>
      <dc:date>2018-03-10T18:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: TLS 1.2 not working on Windows server 2008 standard machine</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-not-working-on-Windows-server-2008-standard-machine/m-p/62073#M36451</link>
      <description>&lt;P&gt;Once you're sure your server's&amp;nbsp;Schannel is using TLS 1.2, upgrade your server application to .NET 4.5 or 4.6. If you're not using a newer version of the SDK, be sure to use the following before your application's webRequest:&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>Sun, 11 Mar 2018 22:06:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/TLS-1-2-not-working-on-Windows-server-2008-standard-machine/m-p/62073#M36451</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2018-03-11T22:06:27Z</dc:date>
    </item>
  </channel>
</rss>

