<?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 Timeouts posting XML after certificate upgrade in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51042#M26446</link>
    <description>&lt;P&gt;Having a bugger of a time here. We had a windows 2000 server with IIS5.0 working like a champ for a decade...then the A.N certificate updrade killed it. Upgraded our server to 2008 r2 with IIS7.5. We're using classic asp. I'm trying to use XML post and the thing keeps timing out on me. Posting to the test server works sweet...comes back fast, but in production I get the following:&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;using&amp;nbsp;Msxml2.ServerXMLHTTP.6.0:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;msxml6.dll&lt;/FONT&gt; &lt;FONT face="Arial" size="2"&gt;error '80072ee2'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;The operation timed out&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;using&amp;nbsp;Microsoft.XMLHTTP:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;msxml3.dll&lt;/FONT&gt; &lt;FONT face="Arial" size="2"&gt;error '800c000b'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;The operation was timed out.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Server has all the new certificates and got an A from&amp;nbsp;&lt;A target="_blank" href="http://www.ssllabs.com"&gt;www.ssllabs.com&lt;/A&gt; test (happy about that at least)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Clearly something is not right and it's likely very easy, but I'm stumped&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Here's the&amp;nbsp;post code&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Dim xml&lt;BR /&gt;Dim strStatus&lt;BR /&gt;Dim strRetval&lt;BR /&gt;Set xml = Server.CreateObject("Msxml2.ServerXMLHTTP.6.0")&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;xml.Open "POST","&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll?&amp;quot;"&gt;https://secure.authorize.net/gateway/transact.dll?"&lt;/A&gt; &amp;amp; vPostData &amp;amp; "",false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;xml.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;xml.send ""&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;strStatus = xml.Status&lt;BR /&gt;strRetval = xml.responseText&lt;BR /&gt;Set xml = nothing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone must know the easy answer. &amp;nbsp;My small brain cannot find it.&lt;/P&gt;</description>
    <pubDate>Sat, 06 Jun 2015 04:22:02 GMT</pubDate>
    <dc:creator>jayada</dc:creator>
    <dc:date>2015-06-06T04:22:02Z</dc:date>
    <item>
      <title>Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51042#M26446</link>
      <description>&lt;P&gt;Having a bugger of a time here. We had a windows 2000 server with IIS5.0 working like a champ for a decade...then the A.N certificate updrade killed it. Upgraded our server to 2008 r2 with IIS7.5. We're using classic asp. I'm trying to use XML post and the thing keeps timing out on me. Posting to the test server works sweet...comes back fast, but in production I get the following:&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;using&amp;nbsp;Msxml2.ServerXMLHTTP.6.0:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;msxml6.dll&lt;/FONT&gt; &lt;FONT face="Arial" size="2"&gt;error '80072ee2'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;The operation timed out&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;using&amp;nbsp;Microsoft.XMLHTTP:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;msxml3.dll&lt;/FONT&gt; &lt;FONT face="Arial" size="2"&gt;error '800c000b'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;The operation was timed out.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Server has all the new certificates and got an A from&amp;nbsp;&lt;A target="_blank" href="http://www.ssllabs.com"&gt;www.ssllabs.com&lt;/A&gt; test (happy about that at least)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Clearly something is not right and it's likely very easy, but I'm stumped&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;Here's the&amp;nbsp;post code&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Arial" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Dim xml&lt;BR /&gt;Dim strStatus&lt;BR /&gt;Dim strRetval&lt;BR /&gt;Set xml = Server.CreateObject("Msxml2.ServerXMLHTTP.6.0")&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;xml.Open "POST","&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll?&amp;quot;"&gt;https://secure.authorize.net/gateway/transact.dll?"&lt;/A&gt; &amp;amp; vPostData &amp;amp; "",false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;xml.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;xml.send ""&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;strStatus = xml.Status&lt;BR /&gt;strRetval = xml.responseText&lt;BR /&gt;Set xml = nothing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone must know the easy answer. &amp;nbsp;My small brain cannot find it.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2015 04:22:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51042#M26446</guid>
      <dc:creator>jayada</dc:creator>
      <dc:date>2015-06-06T04:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51043#M26447</link>
      <description>&lt;P&gt;Do you have a proxy setup?&amp;nbsp; It uses different settings than IE.&amp;nbsp; Can IE go to the &lt;A target="_blank" href="https://secure.authorize.net"&gt;https://secure.authorize.net&lt;/A&gt; site?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2015 06:11:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51043#M26447</guid>
      <dc:creator>kabutotx</dc:creator>
      <dc:date>2015-06-06T06:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51044#M26448</link>
      <description>No proxy.&lt;BR /&gt;We use godaddy for the certificate chain, however all recommended certificates are installed. Is there a new encryption required to encrypt the XML string before posting it something? The test server and production ought to be the same, but clearly and frustratingly they are not.</description>
      <pubDate>Sat, 06 Jun 2015 12:55:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51044#M26448</guid>
      <dc:creator>jayada</dc:creator>
      <dc:date>2015-06-06T12:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51045#M26449</link>
      <description>&lt;P&gt;1. This&amp;nbsp;has nothing to do with your own SSL certificates.&amp;nbsp; This is an update of Authorize.net's SSL certificates.&amp;nbsp; So don't worry about those.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Did you try IE to browse to &lt;A target="_blank" href="https://secure.authorize.net"&gt;https://secure.authorize.net&lt;/A&gt; ?&amp;nbsp;This will test at least basic communications and that&amp;nbsp;your system can recognize Authorize's new SSL Certs and ciphers.&amp;nbsp; It should since 2008r2 is newer. On anything above 2003 you shouldn't even need to import the certificates.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; When you say "test server" are you talking about a whole new physical server or test.authorize.net?&amp;nbsp; test.authorize.net uses a different SSL certificate chain than secure.authorize.net.&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; Try Microsoft.xmlhttp or at least the sample.asp in the SDK.&amp;nbsp; I think this call is older and uses a different communication pathway than serverXMLHTTP.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2015 16:41:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51045#M26449</guid>
      <dc:creator>kabutotx</dc:creator>
      <dc:date>2015-06-06T16:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51046#M26450</link>
      <description>&lt;P&gt;IE CANNOT access secure.authorize.net which is likely a huge clue...clearly a security issue, which seems to be beyond my IQ and pay grade.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using either&amp;nbsp;&lt;SPAN&gt;serverXMLHTTP or&amp;nbsp;Microsoft.xmlhttp result the same timeouts...those errors are in the OP...but I would expect this will be solved with the IE connection problem. The system should be totally cool with security with all certificates meeting or exceeding new standards.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jun 2015 21:38:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51046#M26450</guid>
      <dc:creator>jayada</dc:creator>
      <dc:date>2015-06-06T21:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51047#M26451</link>
      <description>&lt;P&gt;Talk you to your network person to see if they are blocking the site or ip. Can the server access any https site? are the windows updates current?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;maybe to browswer settings issue, can you try with another browser?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;did you use the IE buildin developer tool network traffic to see what the error is?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jun 2015 00:10:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51047#M26451</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2015-06-07T00:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51048#M26452</link>
      <description>&lt;P&gt;-Sites are not being blocked.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-I Cannot access &lt;A target="_blank" href="https://secure.authorize.net"&gt;https://secure.authorize.net&lt;/A&gt; from either IE or Chrome on the affected server. I can see many other https sites, but not secure.authorize.net&lt;/P&gt;&lt;P&gt;-F12 provides little information...just a timeout. with no other errors&lt;/P&gt;&lt;P&gt;-Doing a traceroute for&amp;nbsp;&lt;SPAN&gt;secure.authorize.net stops at&amp;nbsp;&amp;nbsp;10ge15-7.core1.ash1.he.net [184.105.213.197] which is the fifth hop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-I set IE security to the lowest level...all efforts are still not allowing the affected computer to access&amp;nbsp;&lt;A target="_blank" href="https://secure.authorize.net"&gt;https://secure.authorize.net&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Again this is a new install of Windows server 2008R2. It now has service pack 1 with all updates. &amp;nbsp;All certificates are per Authorize.net spec. &amp;nbsp;TLS 1.2 endbled, TLS 1.1 and 1.0 disabled. SSL3.0 and SSL2.0 disabled. (I enabled all that to try to get a connection without success, so now they're all off again)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-SSLLabs gives the server an A for security, just like Authorize.net wants. Still cannot connect.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thoughts??&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2015 02:10:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51048#M26452</guid>
      <dc:creator>jayada</dc:creator>
      <dc:date>2015-06-08T02:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51049#M26453</link>
      <description>&lt;P&gt;-Lowering IE security to the lowest still doesnt allow access to connect to Authorize.net.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-By test server I meant posting the XML string&amp;nbsp;by sending the the test authorize.net site at&amp;nbsp;&lt;A target="_blank" href="https://test.authorize.net/gateway/transact.dll?."&gt;https://test.authorize.net/gateway/transact.dll?.&lt;/A&gt; THAT works perfect. Great connection, great response...no problems. Changing the URL within the same page to&amp;nbsp;&lt;A target="_blank" href="https://secure.authorize.net/gateway/transact.dll?"&gt;https://secure.authorize.net/gateway/transact.dll?&lt;/A&gt; will not connect.&lt;/P&gt;&lt;P&gt;-Putting the test URL in a browser works great&lt;/P&gt;&lt;P&gt;-Putting the secure production URL in a browser will not connect&amp;nbsp;&lt;/P&gt;&lt;P&gt;-F12 is no help...just shows a long timeout with no error coming back aside from the generic one ERR_CONNECTION_RESET or ERR_CONNECTION_TIME_OUT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not only stumped but down and stumped. Any help would be greatly appreciated&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2015 02:23:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51049#M26453</guid>
      <dc:creator>jayada</dc:creator>
      <dc:date>2015-06-08T02:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51050#M26454</link>
      <description>&lt;P&gt;secure.authorize.net uses totally different SSL certificates, so I think that is the problem.&amp;nbsp; In IE, can you connect and click on the lock icon?&amp;nbsp; I think you can click on the Certificate Path tab and it will show what cert isn't working.&amp;nbsp; I would assume the Entrust G2 certificate.&amp;nbsp; It needs to be added to Third Party Root Ceritificate section.&amp;nbsp; You can check the Certificate mmc add-in.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2015 03:04:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51050#M26454</guid>
      <dc:creator>kabutotx</dc:creator>
      <dc:date>2015-06-08T03:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51051#M26455</link>
      <description>&lt;P&gt;IE cannot connect to secure.authorize.net at all. Times out. It does connect to test.authorize.net without trouble, so I cannot find certificate info for secure.Authorize.net.&amp;nbsp;&lt;/P&gt;&lt;P&gt;All certificates are propelry in place.&lt;/P&gt;&lt;P&gt;Still no joy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2015 03:36:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51051#M26455</guid>
      <dc:creator>jayada</dc:creator>
      <dc:date>2015-06-08T03:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51052#M26456</link>
      <description>&lt;P&gt;The other thing is to try downloading the certificates on another machine in Firefox or IE.&amp;nbsp; Copy the secure.authorize.net certificate file over to the machine having problems and run certutil on it.&amp;nbsp; See what that says.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2015 04:18:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51052#M26456</guid>
      <dc:creator>kabutotx</dc:creator>
      <dc:date>2015-06-08T04:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51077#M26480</link>
      <description>&lt;P&gt;Still down...after much investigation I'm convinced it has something to do with our firewall or ISP. &amp;nbsp;Doing an OpenSSL session I get this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OpenSSL&amp;gt; s_client -connect secure.authorize.net:443 -state&lt;BR /&gt;Loading 'screen' into random state - done&lt;BR /&gt;CONNECTED(0000011C)&lt;BR /&gt;SSL_connect:before/connect initialization&lt;BR /&gt;SSL_connect:SSLv2/v3 write client hello A&lt;BR /&gt;SSL_connect:error in SSLv2/v3 read server hello A&lt;BR /&gt;write:errno=10060&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Looks like we're sending info great, Authorize.net is getting it and sending info back. Our server is not getting the message...smehow it's being blocked or diverted or something. After 20 or 30 seconds it times out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This behavior doesn't happen with most https sites (&lt;A target="_blank" href="https://www.google.com"&gt;https://www.google.com&lt;/A&gt; as an example).The problem is happening with all higher security sites like secure.authorize.net and Geotrust as an example...Here's the Openssl to Geotrust:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OpenSSL&amp;gt; s_client -connect &lt;A target="_blank" href="http://www.geotrust.com:443"&gt;www.geotrust.com:443&lt;/A&gt; -state&lt;BR /&gt;Loading 'screen' into random state - done&lt;BR /&gt;CONNECTED(0000011C)&lt;BR /&gt;SSL_connect:before/connect initialization&lt;BR /&gt;SSL_connect:SSLv2/v3 write client hello A&lt;BR /&gt;SSL_connect:error in SSLv2/v3 read server hello A&lt;BR /&gt;write:errno=10060&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Same problem. &amp;nbsp;Thoughts &amp;nbsp;anyone?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 16:21:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51077#M26480</guid>
      <dc:creator>jayada</dc:creator>
      <dc:date>2015-06-09T16:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51078#M26481</link>
      <description>&lt;P&gt;Are you filtering inboud connections? &amp;nbsp;You may want to whitelist the addresses AuthorizeNet posts from:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/Authorize-Net-Whitelist-IP-Addresses/m-p/48151/highlight/true#M24281" target="_blank"&gt;https://community.developer.authorize.net/t5/Integration-and-Testing/Authorize-Net-Whitelist-IP-Addresses/m-p/48151/highlight/true#M24281&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 16:29:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51078#M26481</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2015-06-09T16:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51084#M26486</link>
      <description>&lt;P&gt;No filtering is happening&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 21:02:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51084#M26486</guid>
      <dc:creator>jayada</dc:creator>
      <dc:date>2015-06-09T21:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51086#M26488</link>
      <description>&lt;P&gt;For giggles try my site &lt;A target="_blank" href="http://www.houstonuniform.com:443"&gt;www.houstonuniform.com:443&lt;/A&gt; and see what it gets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A quick look shows &lt;A target="_blank" href="http://www.google.com"&gt;www.google.com&lt;/A&gt; still seems to allow SSLv3 where authorize.net only allow TLS1.0 or higher.&amp;nbsp; My site should be the same in only allowing TLSv1.0 or higher.&amp;nbsp; If you get the same error your system isn't allowing TLS for some reason.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 23:43:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51086#M26488</guid>
      <dc:creator>kabutotx</dc:creator>
      <dc:date>2015-06-09T23:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51089#M26490</link>
      <description>&lt;P&gt;That worked great in openssl.. And I'm able to browse the site in both IE and Chrome. But going to https it takes a very long time to load the page as it establishes a connection, but finally does load. Here are the Openssl results:&lt;BR /&gt;&lt;BR /&gt;OpenSSL&amp;gt; s_client -connect &lt;A target="_blank" href="http://www.houstonuniform.com:443"&gt;www.houstonuniform.com:443&lt;/A&gt; -state&lt;BR /&gt;Loading 'screen' into random state - done&lt;BR /&gt;CONNECTED(0000011C)&lt;BR /&gt;SSL_connect:before/connect initialization&lt;BR /&gt;SSL_connect: SSLv2/v3 write client hello A&lt;BR /&gt;SSL_connect: SSLv3 read server hello A&lt;BR /&gt;depth=3 /C=US/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification Autho&lt;BR /&gt;rity&lt;BR /&gt;verify error:num=19:self signed certificate in certificate chain&lt;BR /&gt;verify return:0&lt;BR /&gt;SSL_connect: SSLv3 read server certificate A&lt;BR /&gt;SSL_connect: SSLv3 read server key exchange A&lt;BR /&gt;SSL_connect: SSLv3 read server done A&lt;BR /&gt;SSL_connect: SSLv3 write client key exchange A&lt;BR /&gt;SSL_connect: SSLv3 write change cipher spec A&lt;BR /&gt;SSL_connect: SSLv3 write finished A&lt;BR /&gt;SSL_connect: SSLv3 flush data&lt;BR /&gt;SSL_connect: SSLv3 read finished A&lt;BR /&gt;---&lt;BR /&gt;Certificate chain&lt;BR /&gt;0 s:/OU=Domain Control Validated/CN=&lt;A target="_blank" href="http://www.houstonuniform.com"&gt;www.houstonuniform.com&lt;/A&gt;&lt;BR /&gt;i:/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./OU=&lt;A target="_blank" href="http://certs.godaddy.c"&gt;http://certs.godaddy.c&lt;/A&gt;&lt;BR /&gt;om/repository//CN=Go Daddy Secure Certificate Authority - G2&lt;BR /&gt;1 s:/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./OU=&lt;A target="_blank" href="http://certs.godaddy.c"&gt;http://certs.godaddy.c&lt;/A&gt;&lt;BR /&gt;om/repository//CN=Go Daddy Secure Certificate Authority - G2&lt;BR /&gt;i:/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./CN=Go Daddy Root Certific&lt;BR /&gt;ate Authority - G2&lt;BR /&gt;2 s:/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./CN=Go Daddy Root Certific&lt;BR /&gt;ate Authority - G2&lt;BR /&gt;i:/C=US/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification Authorit&lt;BR /&gt;y&lt;BR /&gt;3 s:/C=US/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification Authorit&lt;BR /&gt;y&lt;BR /&gt;i:/C=US/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification Authorit&lt;BR /&gt;y&lt;BR /&gt;---&lt;BR /&gt;Server certificate&lt;BR /&gt;-----BEGIN CERTIFICATE-----&lt;BR /&gt;MIIFOjCCBCKgAwIBAgIIdNPClFATgckwDQYJKoZIhvcNAQELBQAwgbQxCzAJBgNV&lt;BR /&gt;BAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMRow&lt;BR /&gt;GAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjEtMCsGA1UECxMkaHR0cDovL2NlcnRz&lt;BR /&gt;LmdvZGFkZHkuY29tL3JlcG9zaXRvcnkvMTMwMQYDVQQDEypHbyBEYWRkeSBTZWN1&lt;BR /&gt;cmUgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IC0gRzIwHhcNMTUwNTE0MjAzNzM4WhcN&lt;BR /&gt;MTUwOTI5MDA1OTAyWjBEMSEwHwYDVQQLExhEb21haW4gQ29udHJvbCBWYWxpZGF0&lt;BR /&gt;ZWQxHzAdBgNVBAMTFnd3dy5ob3VzdG9udW5pZm9ybS5jb20wggEiMA0GCSqGSIb3&lt;BR /&gt;DQEBAQUAA4IBDwAwggEKAoIBAQDYCw689SaDaWjgwdvMALkPF8CHPuw7Lc7GIKpW&lt;BR /&gt;V2oXZ26J5hHUB25gU34viDhWt7Jx6QokF/HSO5q4Axw3LRVGQFXntqqQ6AnwbUXU&lt;BR /&gt;3AsEKGUiEzFyEzNnLNLJMu2DK3/zIlwPwWuiZYzaEloaJsbL6L1q3DUpJKx8+MFi&lt;BR /&gt;sCDMs1EGHoT7YNhjc2QfBMfcsV3Ykt3AsrRsBybKqGa/7B1psIzDIc6S2br+ENg/&lt;BR /&gt;OAs4wgXUbXjD6uElNv3R60clGbsrASqzgQVpznYrYNcOPRkTt/XCvvF/BrGwJK9T&lt;BR /&gt;mH/7whMm1KaSV3rGpg3jGFhFo26XDi3L/rUB7y44Bhk+6GOVAgMBAAGjggG9MIIB&lt;BR /&gt;uTAMBgNVHRMBAf8EAjAAMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAO&lt;BR /&gt;BgNVHQ8BAf8EBAMCBaAwNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5nb2Rh&lt;BR /&gt;ZGR5LmNvbS9nZGlnMnMxLTg3LmNybDBTBgNVHSAETDBKMEgGC2CGSAGG/W0BBxcB&lt;BR /&gt;MDkwNwYIKwYBBQUHAgEWK2h0dHA6Ly9jZXJ0aWZpY2F0ZXMuZ29kYWRkeS5jb20v&lt;BR /&gt;cmVwb3NpdG9yeS8wdgYIKwYBBQUHAQEEajBoMCQGCCsGAQUFBzABhhhodHRwOi8v&lt;BR /&gt;b2NzcC5nb2RhZGR5LmNvbS8wQAYIKwYBBQUHMAKGNGh0dHA6Ly9jZXJ0aWZpY2F0&lt;BR /&gt;ZXMuZ29kYWRkeS5jb20vcmVwb3NpdG9yeS9nZGlnMi5jcnQwHwYDVR0jBBgwFoAU&lt;BR /&gt;QMK9J47MNIMwojPX+2yz8LQsgM4wNQYDVR0RBC4wLIIWd3d3LmhvdXN0b251bmlm&lt;BR /&gt;b3JtLmNvbYISaG91c3RvbnVuaWZvcm0uY29tMB0GA1UdDgQWBBSVQmXX3DSmp3uu&lt;BR /&gt;rxbAcs7LpaGXwTANBgkqhkiG9w0BAQsFAAOCAQEAWfRJf/3sBOT1QlUG87yh4xb4&lt;BR /&gt;Nde21CRPuwUtuEA53vBMX0GNjENUZsPfEnNgWU2NhBzG+7C3s7HvSy3Jgq1q2ool&lt;BR /&gt;E5GptkR0rUD/hwg+aVi1Nyg2H+vU8peJLGn0U/4MtSmOjyKOV9RaPMP56B1CUOZ3&lt;BR /&gt;zx/NIpc4uykZcbB6r0po+QhnygoYU8mp/bsFPcsJ7kmFncY3sVf+Y3KEFFlaQuKs&lt;BR /&gt;XEeRRQQtPAmYInOeMSDyzwH9Cc4UNT4MPEQMiyvMmQGME8TuDrb05z/EQ5DMDtqA&lt;BR /&gt;ToD1B4MCKLr7P8VW6uxQsWwxZ3RtkpHkcZKE7gVAvah+tJFxSm74cq4PjgT8tA==&lt;BR /&gt;-----END CERTIFICATE-----&lt;BR /&gt;subject=/OU=Domain Control Validated/CN=&lt;A target="_blank" href="http://www.houstonuniform.com"&gt;www.houstonuniform.com&lt;/A&gt;&lt;BR /&gt;issuer=/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./OU=&lt;A target="_blank" href="http://certs.godaddy"&gt;http://certs.godaddy&lt;/A&gt;&lt;BR /&gt;.com/repository//CN=Go Daddy Secure Certificate Authority - G2&lt;BR /&gt;---&lt;BR /&gt;No client certificate CA names sent&lt;BR /&gt;---&lt;BR /&gt;SSL handshake has read 5460 bytes and written 322 bytes&lt;BR /&gt;---&lt;BR /&gt;New, TLSv1/SSLv3, Cipher is DHE-RSA-AES128-SHA&lt;BR /&gt;Server public key is 2048 bit&lt;BR /&gt;Compression: NONE&lt;BR /&gt;Expansion: NONE&lt;BR /&gt;SSL-Session:&lt;BR /&gt;Protocol : TLSv1&lt;BR /&gt;Cipher : DHE-RSA-AES128-SHA&lt;BR /&gt;Session-ID: 53B1E1D646FE06CFF3E2FA59247FB8B4BAC7B3D87C048257A5D2B3AE00F1BB0D&lt;BR /&gt;Session-ID-ctx:&lt;BR /&gt;Master-Key: E460B5F43357CDC5729B4DDE61E6DC8A0F069B7BCA9B82E09FA7BEAD92578ECF&lt;BR /&gt;BBC6F7755FD53A8E5AFA06D8C089A882&lt;BR /&gt;Key-Arg : None&lt;BR /&gt;Start Time: 1433901445&lt;BR /&gt;Timeout : 300 (sec)&lt;BR /&gt;Verify return code: 19 (self signed certificate in certificate chain)&lt;BR /&gt;---&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 02:08:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51089#M26490</guid>
      <dc:creator>jayada</dc:creator>
      <dc:date>2015-06-10T02:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51091#M26492</link>
      <description>&lt;P&gt;The only thing I can think of is to try going to secure.authorize.net in a browser on another computer and see if it just your server or your whole network blocking.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 06:08:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51091#M26492</guid>
      <dc:creator>kabutotx</dc:creator>
      <dc:date>2015-06-10T06:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51095#M26494</link>
      <description>&lt;P&gt;Did you ever get a solution to this problem.&amp;nbsp;Last night, I began experiencing this issue exactly as you described. I cannot access secure.authorize.net from any servers on my work network, but I can access it from my home network. Any insights are appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 16:30:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51095#M26494</guid>
      <dc:creator>keithnkim</dc:creator>
      <dc:date>2015-06-10T16:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51097#M26496</link>
      <description>&lt;P&gt;I can access secure.authorize.net from an XP computer on the network as the affected server but still no secure connection with our server. But I will say, browsing around with the XP computer was very slow, and in fact accessing these boards and this post was extremely slow and when it did come back the formatting was a mess. Could that be a sign that the firewall might be malfunctioning? That's a total dart throw guess.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 18:01:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51097#M26496</guid>
      <dc:creator>jayada</dc:creator>
      <dc:date>2015-06-10T18:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Timeouts posting XML after certificate upgrade</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51101#M26500</link>
      <description>&lt;P&gt;Something is weird then.&amp;nbsp; Try to do some type of speedtest or something to test your line and ISP.&amp;nbsp; I would also double check your DNS settings.&amp;nbsp; Good luck.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 20:30:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Timeouts-posting-XML-after-certificate-upgrade/m-p/51101#M26500</guid>
      <dc:creator>kabutotx</dc:creator>
      <dc:date>2015-06-10T20:30:50Z</dc:date>
    </item>
  </channel>
</rss>

