You are here
erce75 - Sun, 2021/04/25 - 17:02
Hi dear Community,
i have an issue about when i will use reverse proxy with domain
received error ERR_TOO_MANY_REDIRECTS
must be disable https on nextcloud how can i do this ? on tunkey template
https i give with Nginx Reverseproxy
can someone help me please
Best regards
erce75
Forum:
I'm guessing that's because you're connecting to http...
I'm guessing that you are trying to connect from Nginx to your Nextcloud appliance via http?! I say that as by default the appliance is configured to redirect plain http to https. So probably the best way to resolve the issue is to connect via https instead, then there shouldn't be any redirect.
Assuming that you are using valid self-signed certificates, then I'd recommend regenerating all your desired certs on your Nextcloud appliance and copy the ca-cert to the Nginx proxy to use. Then add this to your Nginx conf:
Alternatively, if you don't want to worry about locking it down that much, then you could just disable verifying the https cert:
Alternatively, you could disable the redirect in the Nextcloud appliance and use vanilla http. (i.e. the Rewrite components within the port 80 section of the /etc/apache2/sites-available/nextcloud.conf file).
Add new comment