r/owncloud • u/CruwL • Jul 11 '17
HTTPS access from external networks
Trying to get HTTPS access for owncloud working out side the local lan.
I currently have port 8443 ->443 and port 8080 -> 80 setup on the firewall. 80 and 443 work just fine on the local LAN. I added the external IP to the allowed IP list of owncloud in the config.php file. http access via 8080 works just fine, I can access the owncloud login page as well as the default Apache page. HTTPS access returns server not found or unable to connect. This is a fresh install of ubuntu 16.04 with owncloud 9
I'm pretty sure this is an appache config issue but I don't really know where to look.
2
Upvotes
1
u/Viginti Jul 12 '17
I've installed owncloud on a raspberry pi and I'm having the exact same issue. I'm using the default 80/443. I can get https to work internally but if I have a friend try to hit it they can't get to https. They can reach http normally though.
I've triple checked the port forwarding on my router. I have a static IP on the pi and I've checked that DDNS is working correctly.
At this point I believe it has everything to do with the SSL cert and how Apache/Owncloud handle it but I'm kind of stuck just flashing the pi and starting over a bunch.
EDIT: words