<?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: Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: error:14094410:SSL routines:SSL3_READ_BYTES: in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5473#M232</link>
    <description>&lt;P&gt;Do you have an API app that is failing with this error message? Support for SSLv3 on the Dropbox API was disabled some time ago. (Developer were notified in advance by email.)  You should use TLS for secure connections to the Dropbox API instead.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Dec 2014 15:08:52 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2014-12-22T15:08:52Z</dc:date>
    <item>
      <title>Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: error:14094410:SSL routines:SSL3_READ_BYTES:</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5472#M231</link>
      <description />
      <pubDate>Wed, 29 May 2019 09:46:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5472#M231</guid>
      <dc:creator>ANILA G.</dc:creator>
      <dc:date>2019-05-29T09:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: error:14094410:SSL routines:SSL3_READ_BYTES:</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5473#M232</link>
      <description>&lt;P&gt;Do you have an API app that is failing with this error message? Support for SSLv3 on the Dropbox API was disabled some time ago. (Developer were notified in advance by email.)  You should use TLS for secure connections to the Dropbox API instead.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2014 15:08:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5473#M232</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2014-12-22T15:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: error:14094410:SSL routines:SSL3_READ_BYTES:</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5474#M233</link>
      <description>&lt;P&gt;I have the excat same error:&lt;/P&gt;

&lt;P&gt;Uncaught Dropbox\Exception_NetworkIO: Error executing HTTP request: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure&lt;/P&gt;

&lt;P&gt;On Line 54 in /dropbox-sdk/Dropbox/Curl.php&lt;/P&gt;

&lt;P&gt;I make a request from an SSL encrypted site. This error is thrown when I follow the PHP SDK Tutorial to the letter.&lt;BR /&gt;
My app is a single user app, just for this one website and no other. So a "hardcoded" solution would be fine.&lt;/P&gt;

&lt;P&gt;Can anyone help, or point me to resources / documentation on how to get this working again. &lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2014 20:15:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5474#M233</guid>
      <dc:creator>Horst Michael C</dc:creator>
      <dc:date>2014-12-22T20:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: error:14094410:SSL routines:SSL3_READ_BYTES:</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5475#M234</link>
      <description>&lt;P&gt;If you're using the official PHP SDK, you should be able to just update to the latest version, which uses TLS:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/core/sdks/php" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/sdks/php&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2014 01:58:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5475#M234</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2014-12-23T01:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: error:14094410:SSL routines:SSL3_READ_BYTES:</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5476#M235</link>
      <description>&lt;P&gt;Thanks Greg,&lt;/P&gt;

&lt;P&gt;I downloaded the newest version manually (for some reasons my composer did not update the sdk to 1.1.4)&lt;BR /&gt;
Now I'm getting the following Error: &lt;/P&gt;

&lt;P&gt;[User Error] Uncaught Exception: The Dropbox SDK uses 64-bit integers, but it looks like we're running on a version of PHP that doesn't support 64-bit integers (PHP_INT_MAX=2147483647)&lt;/P&gt;

&lt;P&gt;Is there any way around this? Or do I have to contact my hosting service?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2014 18:03:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5476#M235</guid>
      <dc:creator>Horst Michael C</dc:creator>
      <dc:date>2014-12-23T18:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: error:14094410:SSL routines:SSL3_READ_BYTES:</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5477#M236</link>
      <description>&lt;P&gt;Due to the size of certain numbers used by the SDK, it requires a 64-bit build of PHP in order to run properly, so the right solution is to upgrade your PHP installation to a 64-bit build. There isn't really any other workaround, besides disabling this check, but that of course isn't recommended. &lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2014 00:56:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5477#M236</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2014-12-24T00:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: error:14094410:SSL routines:SSL3_READ_BYTES:</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5478#M237</link>
      <description>&lt;P&gt;Thanks Greg for your reply.&lt;BR /&gt;
Unfortunately I cant upgrade my server.&lt;/P&gt;

&lt;P&gt;If I disable the 64bit check, whats the worst that could happen? Dataloss would be terrible.&lt;BR /&gt;
I really just need the meta listing of the files.&lt;/P&gt;

&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 17:17:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5478#M237</guid>
      <dc:creator>Horst Michael C</dc:creator>
      <dc:date>2015-01-06T17:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: error:14094410:SSL routines:SSL3_READ_BYTES:</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5479#M238</link>
      <description>&lt;P&gt;Unfortunately I can't really make any guarantee one way or another, though if you're not interacting with content, e.g., not uploading or downloading files, I would expect there'd be no opportunity for data loss. For metadata, your app might see incorrect file sizes.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2015 00:22:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5479#M238</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-01-07T00:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: error:14094410:SSL routines:SSL3_READ_BYTES:</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5480#M239</link>
      <description>&lt;P&gt;At which filesize would this be? There are many files, but none will be bigger than 150MB. And even if the size are displayed incorrectly, thats fine. My priority is to check that the files are there and what name they have. &lt;/P&gt;

&lt;P&gt;Thank you &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2015 18:48:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5480#M239</guid>
      <dc:creator>Horst Michael C</dc:creator>
      <dc:date>2015-01-07T18:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: error:14094410:SSL routines:SSL3_READ_BYTES:</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5481#M240</link>
      <description>&lt;P&gt;Based on the PHP_INT_MAX value above, it would probably be files &amp;gt;2GB, but again I can't make any promises, so do so at your own risk.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 00:08:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Fatal-error-Uncaught-exception-Dropbox-Exception-NetworkIO-with/m-p/5481#M240</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-01-08T00:08:52Z</dc:date>
    </item>
  </channel>
</rss>

