owncloud / client

🖥️ Desktop Syncing Client for ownCloud
GNU General Public License v2.0
1.4k stars 663 forks source link

HTTPS selfsigned certificate issue, using different port #2242

Closed jtanmay closed 9 years ago

jtanmay commented 10 years ago

As i am running owncloud at home, I am using DynamicDNS to access it from outside. And also as my ISP blocks port 80 and 443, i have to use different port to host owncloud at home.

So currently if you try https://tanmay-server.myvnc.com:4443/owncloud this would give you the login page on browser, provided you accept my selfsigned certificate. This also works great on the android app. But for some reason, on Mac OSX, the software is not able handle this.

If I use IP address instead of the domain name, it works fine. But as it is at home, and is dynamic ip, i would like to use the hostname instead as above.

If you get time, please do look into this issue.

Thanks, Tanmay

guruz commented 9 years ago

Hey @jtanmay , please have a look at https://github.com/owncloud/mirall/issues/2510#issuecomment-65212064 and re-test.

jtanmay commented 9 years ago

Works great. Please mark the issue as resolved from my end.

Thanks guys.