Server is not accessible by NC Apps due to URL Polling seeing redirect to HTTP from HTTPS

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’,
)
);

1 Like

It was a typo! The setting for “overwriteprotocol” was spelled wrong “overwriteprotocal”!

2 Likes

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