Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.

Forum Discussion

marksmithhfx's avatar
marksmithhfx
Explorer | Level 4
2 years ago

tsenterr (55) SSLWrite() returned error -9805

Hi,

I received the following error from tsNet while sending a file to dropbox.

 

tsenterr (55) SSLWrite() returned error -9805

 

(55) is just an upload error. I can't find anything on -9805. I checked the obvious things like making sure I had enough space on DB. Does anyone know what this error code is referring to? Is there a list of error codes that dropbox might issue available? 

 

Thanks,

Mark

 

 

  • marksmithhfx As Здравко noted, that's not an error message/code from Dropbox itself, so I also suggest referring to the documentation for your client/platform. For reference, they mentioned TLS 1.2 as the Dropbox API only supports TLS 1.2 (and not TLS 1.1, or lower, for example). The error does mention SSL, so make sure your client/platform supports TLS 1.2.

  • Здравко's avatar
    Здравко
    Legendary | Level 20

    marksmithhfx wrote:

    ...

    tsenterr (55) SSLWrite() returned error -9805

     

    (55) is just an upload error. I can't find anything on -9805. ... Is there a list of error codes that dropbox might issue available? 

    ...


    Hi marksmithhfx,

    The error, you posted, shows some platform specific error. Dropbox doesn't respond with any similar error. You have to read your environment documentation for more info. As seems, according method name, the trouble is related to SSL tunneling work. Does your environment support TLSv1.2?

    Good luck.

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    marksmithhfx As Здравко noted, that's not an error message/code from Dropbox itself, so I also suggest referring to the documentation for your client/platform. For reference, they mentioned TLS 1.2 as the Dropbox API only supports TLS 1.2 (and not TLS 1.1, or lower, for example). The error does mention SSL, so make sure your client/platform supports TLS 1.2.

    • marksmithhfx's avatar
      marksmithhfx
      Explorer | Level 4
      Thanks all. I will investigate which version of TLS is being used. Thanks for your helpful advice.

      Mark
    • marksmithhfx's avatar
      marksmithhfx
      Explorer | Level 4
      One final question on this. Does anyone know when DB made the switch to TLS 1.2? That would help narrow this down as I know when it started happening.

      Thanks