Can not access Owncloud via HTTPS

Steps to reproduce

  1. Install Owncloud on Raspberry Pi 4 with DietPi
  2. Set Up Port forwarding and DynDNS on FritzBox with No-IP

Expected behaviour

This might be kind of a noob thing, but I recently installed Owncloud on the latest DietPi version.
I can access my Owncloud in my local network, and it works just fine.
I use a Fritzbox 6591 and set up my DynDNS and Port forwarding. I can access the Owncloud via http but get the feedback that the domain is not trustworthy. If I try to use the https-version of the URL I simply get no feedback at all. I searched the FAQ and could not find a solution there.

As you might know, it’s a networking issue, not owncloud related.
Nevertheless, filling out the issue template is a good advice. Anyway,

Says who, the browser or ownCloud software? Questions over questions… :wink:

2 Likes

Hi There,

Your issue is easy to solve, just adjust the following into the config.php

'trusted_domains' =>
  array (
    '192.168.178.79',
    'myexternal.NoIP.com',
  ),

Of course, this is just one example, you need to adjust it for your network infrastructure.

Apply the change and let me know the results,

Erwin Palma

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.