I have gotten nextcloud running on my server. Its a webmin instance that is running a few sites. I have a cloudflare tunnel that gets each site based on the port its connecting to.
Cloudflare ------TUNNEL-------> IP:1234(notHTTPS)
All the user sees is https://cloud.site.org.
When I try to use ANY Nextcloud apps I get the error “The polling URL does not start with HTTPS despite the login URL stared with HTTPS”.
I need to figure out why and I am too new to all this and I don’t even know where to start.
$CONFIG = array (
‘trusted_domains’ =>
array (
0 => ‘*.site.org’,
),
‘version’ => ‘30.0.4.1’,
‘overwritehost’ => ‘cloud.site.org’,
‘overwrite.cli.url’ => ‘https://cloud.site.org’,
‘overwriteprotocal’ => ‘https’,
)
);