<?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 getting this error s: System.ComponentModel.Win32Exception: The client and server cannot communicate in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getting-this-error-s-System-ComponentModel-Win32Exception-The/m-p/59482#M34065</link>
    <description>&lt;P&gt;When i run the asp.net program locally it works but when i put it on the godaddy server i get this error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;s: &lt;/STRONG&gt;&lt;FONT face="Arial"&gt;System.ComponentModel.Win32Exception: The client and server cannot communicate, because they do not possess a common algorithm&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial"&gt;Below is the code&lt;/FONT&gt;&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;FONT color="#2b91af" face="Consolas" size="2"&gt;SecurityProtocolType&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.Tls11 | &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;&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;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;var&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; request = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;getHostedPaymentPageRequest&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;request.transactionRequest = transactionRequest;&lt;/P&gt;&lt;P&gt;request.hostedPaymentSettings = settings;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;var&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; controller = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;getHostedPaymentPageController&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;(request);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;controller.Execute();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Aug 2017 16:48:46 GMT</pubDate>
    <dc:creator>rrr944276</dc:creator>
    <dc:date>2017-08-22T16:48:46Z</dc:date>
    <item>
      <title>getting this error s: System.ComponentModel.Win32Exception: The client and server cannot communicate</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getting-this-error-s-System-ComponentModel-Win32Exception-The/m-p/59482#M34065</link>
      <description>&lt;P&gt;When i run the asp.net program locally it works but when i put it on the godaddy server i get this error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;s: &lt;/STRONG&gt;&lt;FONT face="Arial"&gt;System.ComponentModel.Win32Exception: The client and server cannot communicate, because they do not possess a common algorithm&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial"&gt;Below is the code&lt;/FONT&gt;&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;FONT color="#2b91af" face="Consolas" size="2"&gt;SecurityProtocolType&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;.Tls11 | &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;&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;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;var&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; request = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;getHostedPaymentPageRequest&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;request.transactionRequest = transactionRequest;&lt;/P&gt;&lt;P&gt;request.hostedPaymentSettings = settings;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;var&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; controller = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;getHostedPaymentPageController&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;(request);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;controller.Execute();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 16:48:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/getting-this-error-s-System-ComponentModel-Win32Exception-The/m-p/59482#M34065</guid>
      <dc:creator>rrr944276</dc:creator>
      <dc:date>2017-08-22T16:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: getting this error s: System.ComponentModel.Win32Exception: The client and server cannot communi</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/getting-this-error-s-System-ComponentModel-Win32Exception-The/m-p/59485#M34068</link>
      <description>&lt;P&gt;What version of Windows is the Godaddy server? Try the following, to see what version the server's Schannel is using:&lt;/P&gt;&lt;PRE&gt;using System;&lt;BR /&gt;using System.Net;&lt;BR /&gt;using System.IO;&lt;BR /&gt;&lt;BR /&gt;namespace howsMySSL&lt;BR /&gt;{&lt;BR /&gt; public partial class Default : System.Web.UI.Page&lt;BR /&gt; {&lt;BR /&gt; protected void Page_Load(object sender, EventArgs e)&lt;BR /&gt; {&lt;BR /&gt; System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls;&lt;BR /&gt; var response = WebRequest.Create("https://www.howsmyssl.com/a/check").GetResponse();&lt;BR /&gt; var responseData = new StreamReader(response.GetResponseStream()).ReadToEnd();&lt;BR /&gt; Response.Write(responseData);&lt;BR /&gt;&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt;}&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Aug 2017 17:40:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/getting-this-error-s-System-ComponentModel-Win32Exception-The/m-p/59485#M34068</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2017-08-22T17:40:38Z</dc:date>
    </item>
  </channel>
</rss>

