I have migrated my App from Parse.com to self hosted Parse-Server on DigitalOcean with SSL. Everything works nicely except when I try to download any file which were uploaded on my parse-server I get error. If I try to access it from iPhone App I get error saying "CFNetwork SSLHandshake failed (-9806)" and on Safari it says "Safari cannot establish secure connection to server"
All the files have URL something like this - "https://domain_name.com:1337/parse/files/.....file.bin" However if the change the link to look something like this - "http://www.domain_name.com:1337/parse/files/.....file.bin" It gets downloaded in Safari.
Any idea what is the issue?
Thanks!