<?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 SSL Timeout Connecting to Sandbox in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41380#M22409</link>
    <description>&lt;P&gt;The CIM API is timing out for us. &amp;nbsp;Is anyone else having this issue or is it just us?&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jun 2014 19:01:53 GMT</pubDate>
    <dc:creator>gmarlett</dc:creator>
    <dc:date>2014-06-03T19:01:53Z</dc:date>
    <item>
      <title>SSL Timeout Connecting to Sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41380#M22409</link>
      <description>&lt;P&gt;The CIM API is timing out for us. &amp;nbsp;Is anyone else having this issue or is it just us?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 19:01:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41380#M22409</guid>
      <dc:creator>gmarlett</dc:creator>
      <dc:date>2014-06-03T19:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox down?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41384#M22411</link>
      <description>&lt;P&gt;The Sandbox environment&amp;nbsp;is not down--if you try to load &lt;A href="https://test.authorize.net/gateway/transact.dll" target="_blank"&gt;https://test.authorize.net/gateway/transact.dll&lt;/A&gt; in a web browser you'll get Response Reason Code 13, which is expected behavior since there's no x_login info being passed.&lt;BR /&gt;&lt;BR /&gt;If you try it with the CIM API URL in Sandbox (&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;)&amp;nbsp;you'll get similar results--a successful connection with an error from us due to&amp;nbsp;a lack of actual content in the connection.&lt;BR /&gt;&lt;BR /&gt;But can you provide us with more details, such as whether you're seeing SSL errors when trying to connect to Sandbox?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 18:09:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41384#M22411</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2014-06-03T18:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox down?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41386#M22412</link>
      <description>&lt;P&gt;It was working for us yesterday (and we didn't change any code).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After about a minute or two it times out and returns an empty response. &amp;nbsp;The same code is working on our production&amp;nbsp;site with the live authorize.net&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AuthorizeNet\Service\Cim\Response Object&lt;BR /&gt;(&lt;BR /&gt;[xml] =&amp;gt;&lt;BR /&gt;[response] =&amp;gt;&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 18:20:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41386#M22412</guid>
      <dc:creator>gmarlett</dc:creator>
      <dc:date>2014-06-03T18:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox down?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41388#M22413</link>
      <description>&lt;P&gt;I'm asking about SSL errors because we added new ciphers to Sandbox, and it's possible that affected servers are having issues using these ciphers.&lt;/P&gt;
&lt;P&gt;These are the ciphers we added, so please ensure your solution properly supports these:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;TLS_RSA_WITH_RC4_128_MD5 (0x4)&lt;/LI&gt;
&lt;LI&gt;TLS_RSA_WITH_RC4_128_SHA (0x5)&lt;/LI&gt;
&lt;LI&gt;TLS_RSA_WITH_AES_128_CBC_SHA (0x2f)&lt;/LI&gt;
&lt;LI&gt;TLS_RSA_WITH_AES_256_CBC_SHA (0x35)&lt;/LI&gt;
&lt;LI&gt;TLS_RSA_WITH_3DES_EDE_CBC_SHA (0xa)&lt;/LI&gt;
&lt;LI&gt;TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA (0x16) DH 1024 bits (p: 128, g: 1, Ys: 128)&lt;/LI&gt;
&lt;LI&gt;TLS_DHE_RSA_WITH_AES_128_CBC_SHA (0x33) DH 1024 bits (p: 128, g: 1, Ys: 128)&lt;/LI&gt;
&lt;LI&gt;TLS_DHE_RSA_WITH_AES_256_CBC_SHA (0x39) DH 1024 bits (p: 128, g: 1, Ys: 128)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt; There are a few ciphers we will be removing because they are weak ciphers, but all the weak ciphers were part of the new update. I've updated this post to reflect the ciphers we previously supported, plus the strong ciphers we will be keeping and supporting moving forward.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 18:59:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41388#M22413</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2014-06-03T18:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox down?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41390#M22414</link>
      <description>&lt;P&gt;Are these new ciphers a reason I may be getting an error "The SSL certificate for the host could not be verified."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From my question&amp;nbsp;&lt;A target="_blank" href="http://community.developer.authorize.net/t5/Integration-and-Testing/SSL-certificate-for-the-host-could-not-be-verified/td-p/41382"&gt;http://community.developer.authorize.net/t5/Integration-and-Testing/SSL-certificate-for-the-host-could-not-be-verified/td-p/41382&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 18:27:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41390#M22414</guid>
      <dc:creator>peter</dc:creator>
      <dc:date>2014-06-03T18:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox down?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41392#M22415</link>
      <description>&lt;P&gt;I found that there is a response, at the bottom there is this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[error_message] =&amp;gt; Error connecting to AuthorizeNet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unsure what we would need to do to get everything working with the new ciphers. &amp;nbsp;We two developers with local development accounts and one VPS development server that all have this issue. &amp;nbsp;The developers are on WAMPs and the VPS is Linux...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the full response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[approved] =&amp;gt;&lt;BR /&gt;[declined] =&amp;gt;&lt;BR /&gt;[error] =&amp;gt; 1&lt;BR /&gt;[held] =&amp;gt;&lt;BR /&gt;[response_code] =&amp;gt;&lt;BR /&gt;[response_subcode] =&amp;gt;&lt;BR /&gt;[response_reason_code] =&amp;gt;&lt;BR /&gt;[response_reason_text] =&amp;gt;&lt;BR /&gt;[authorization_code] =&amp;gt;&lt;BR /&gt;[avs_response] =&amp;gt;&lt;BR /&gt;[transaction_id] =&amp;gt;&lt;BR /&gt;[invoice_number] =&amp;gt;&lt;BR /&gt;[description] =&amp;gt;&lt;BR /&gt;[amount] =&amp;gt;&lt;BR /&gt;[method] =&amp;gt;&lt;BR /&gt;[transaction_type] =&amp;gt;&lt;BR /&gt;[customer_id] =&amp;gt;&lt;BR /&gt;[first_name] =&amp;gt;&lt;BR /&gt;[last_name] =&amp;gt;&lt;BR /&gt;[company] =&amp;gt;&lt;BR /&gt;[address] =&amp;gt;&lt;BR /&gt;[city] =&amp;gt;&lt;BR /&gt;[state] =&amp;gt;&lt;BR /&gt;[zip_code] =&amp;gt;&lt;BR /&gt;[country] =&amp;gt;&lt;BR /&gt;[phone] =&amp;gt;&lt;BR /&gt;[fax] =&amp;gt;&lt;BR /&gt;[email_address] =&amp;gt;&lt;BR /&gt;[ship_to_first_name] =&amp;gt;&lt;BR /&gt;[ship_to_last_name] =&amp;gt;&lt;BR /&gt;[ship_to_company] =&amp;gt;&lt;BR /&gt;[ship_to_address] =&amp;gt;&lt;BR /&gt;[ship_to_city] =&amp;gt;&lt;BR /&gt;[ship_to_state] =&amp;gt;&lt;BR /&gt;[ship_to_zip_code] =&amp;gt;&lt;BR /&gt;[ship_to_country] =&amp;gt;&lt;BR /&gt;[tax] =&amp;gt;&lt;BR /&gt;[duty] =&amp;gt;&lt;BR /&gt;[freight] =&amp;gt;&lt;BR /&gt;[tax_exempt] =&amp;gt;&lt;BR /&gt;[purchase_order_number] =&amp;gt;&lt;BR /&gt;[md5_hash] =&amp;gt;&lt;BR /&gt;[card_code_response] =&amp;gt;&lt;BR /&gt;[cavv_response] =&amp;gt;&lt;BR /&gt;[account_number] =&amp;gt;&lt;BR /&gt;[card_type] =&amp;gt;&lt;BR /&gt;[split_tender_id] =&amp;gt;&lt;BR /&gt;[requested_amount] =&amp;gt;&lt;BR /&gt;[balance_on_card] =&amp;gt;&lt;BR /&gt;[response] =&amp;gt;&lt;BR /&gt;[error_message] =&amp;gt; Error connecting to AuthorizeNet&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 18:30:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41392#M22415</guid>
      <dc:creator>gmarlett</dc:creator>
      <dc:date>2014-06-03T18:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox down?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41394#M22416</link>
      <description>&lt;P&gt;You may need to discuss this with your webmaster. This is typically at the server level, not the code level.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 18:46:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41394#M22416</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2014-06-03T18:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox down?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41396#M22417</link>
      <description>&lt;P&gt;Peter, that is a possibility. Are you using OpenSSL? If so, which version? We're researching this and knowing the OpenSSL version number would help.&lt;/P&gt;
&lt;P&gt;If you aren't using OpenSSL, which version of IIS are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 18:48:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41396#M22417</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2014-06-03T18:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox down?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41400#M22418</link>
      <description>&lt;P&gt;I'm having the same issue: &amp;nbsp;manually visiting&amp;nbsp;&lt;A target="_blank" href="https://apitest.authorize.net/xml/v1/request.api"&gt;https://apitest.authorize.net/xml/v1/request.api&lt;/A&gt; works just fine, but submitting both&amp;nbsp;GetCustomerProfile and&amp;nbsp;CreateCustomerProfile requests are timing out (via curl through php api). &amp;nbsp;No code has changed since yesterday, and the code did work yesterday. &amp;nbsp;I'm glad I'm not the only one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fustrating, it's killed about 4 hours of development time today because I thought it may be our fault, somehow.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 18:58:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41400#M22418</guid>
      <dc:creator>bbot</dc:creator>
      <dc:date>2014-06-03T18:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox down?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41404#M22420</link>
      <description>&lt;P&gt;Are you using OpenSSL? If so, which version?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 19:02:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41404#M22420</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2014-06-03T19:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox down?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41406#M22421</link>
      <description>&lt;P&gt;This is what our VPS runs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Server Type: Apache/2.2.27 (Unix) mod_ssl/2.2.27 OpenSSL/1.0.1e-fips mod_bwlimited/1.4&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 19:08:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41406#M22421</guid>
      <dc:creator>peter</dc:creator>
      <dc:date>2014-06-03T19:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox down?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41412#M22423</link>
      <description>&lt;P&gt;It's a vagrant box that says:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;$ openssl version&lt;/P&gt;&lt;P class="p1"&gt;OpenSSL 1.0.1f 6 Jan 2014&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;PHP reports the same version of ssl. &amp;nbsp;It's as far upgraded as a dist-upgrade and an apt-get update; apt-get upgrade will do on my vagrant VM.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 19:28:00 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41412#M22423</guid>
      <dc:creator>bbot</dc:creator>
      <dc:date>2014-06-03T19:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox down?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41414#M22424</link>
      <description>&lt;P&gt;Thanks. We suspect at this point that it may be specific to OpenSSL and the SSL versions enabled in it.&lt;/P&gt;
&lt;P&gt;Can you force OpenSSL to use SSL v3 or TLS 1.0?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 19:33:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41414#M22424</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2014-06-03T19:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox down?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41416#M22425</link>
      <description>&lt;P&gt;I'm honestly not sure how to go about doing that... any tips for an ubuntu/debian environment running apache/php?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 19:38:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41416#M22425</guid>
      <dc:creator>bbot</dc:creator>
      <dc:date>2014-06-03T19:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sandbox down?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41418#M22426</link>
      <description>&lt;P&gt;Is this issue going to impact the live Authorize.net at some point? &amp;nbsp;Our production server is using&amp;nbsp;OpenSSL 1.0.1e-fips&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 19:46:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41418#M22426</guid>
      <dc:creator>gmarlett</dc:creator>
      <dc:date>2014-06-03T19:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Timeout Connecting to Sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41420#M22427</link>
      <description>&lt;P&gt;Hello, I'm having the same issue as mentioned in this post. I contacted the support technicians and was directed here. I'd like to point out that I have three people here in this office, myself included, all running "OpenSSL 0.9.8y 5 Feb 2013". It worked just fine when I left, then this morning when everyone booted up their machines my two fellow workers could not send requests, however I could. I'm the only one who hasn't turned off their machine since then, and I can still send requests without the SSL error. No clue what's going on, any advise would be helpful. Seems to me like there's some sort of weird caching going on or something.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 19:53:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41420#M22427</guid>
      <dc:creator>lethjakman</dc:creator>
      <dc:date>2014-06-03T19:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Timeout Connecting to Sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41424#M22428</link>
      <description>&lt;P&gt;My co-developer upgraded his WAMP to&amp;nbsp;&lt;SPAN&gt;OpenSSL/1.0.1g and the issue does not occur.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 20:10:14 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41424#M22428</guid>
      <dc:creator>gmarlett</dc:creator>
      <dc:date>2014-06-03T20:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Timeout Connecting to Sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41430#M22431</link>
      <description>&lt;P&gt;I wish I could upgrade...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;according to&amp;nbsp;&lt;A target="_blank" href="http://askubuntu.com/questions/449184/how-to-upgrade-openssl-1-0-1f-on-ubuntu-server-14-04"&gt;http://askubuntu.com/questions/449184/how-to-upgrade-openssl-1-0-1f-on-ubuntu-server-14-04&lt;/A&gt; it looks like the 1.0.1f included in ubuntu 14.04 has been patched to fix the heartbleed bug, but still doesn't work with ADN&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 20:38:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41430#M22431</guid>
      <dc:creator>bbot</dc:creator>
      <dc:date>2014-06-03T20:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Timeout Connecting to Sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41432#M22432</link>
      <description>&lt;P&gt;I'm about to try to upgrade our production server to it (CentOS). &amp;nbsp;I'll let you know if I'm able to.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 20:46:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41432#M22432</guid>
      <dc:creator>gmarlett</dc:creator>
      <dc:date>2014-06-03T20:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: SSL Timeout Connecting to Sandbox</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41434#M22433</link>
      <description>&lt;P&gt;&lt;SPAN&gt;OpenSSL/1.0.1g doesn't make any difference on OSX. Same exact error.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 20:48:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SSL-Timeout-Connecting-to-Sandbox/m-p/41434#M22433</guid>
      <dc:creator>lethjakman</dc:creator>
      <dc:date>2014-06-03T20:48:20Z</dc:date>
    </item>
  </channel>
</rss>

