The Basics
- Nextcloud Server version (e.g., 29.x.x):
- 10.6.1
- Operating system and version (e.g., Ubuntu 24.04):
- Docker on windows 11
- Web server and version (e.g, Apache 2.4.25):
- 2.4.63
- Reverse proxy and version _(e.g. nginx 1.27.2)
replace me
- PHP version (e.g, 8.3):
replace me
- Is this the first time you’ve seen this error? (Yes / No):
replace me
- When did this problem seem to first start?
since the start - Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
- Official guide to install Nextcloud on windows 11
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
replace me
Summary of the issue you are facing:
So basically whats happening to me is that im using Tailscale to access Nextcloud.
No matter if im inside my network or outside my network I always get an SSL certificate error, but here’s the kicker:
If I access on my server “localhost:8080” I get the login AIO webpage.
If I access outside my network using tailscale https://myserver.word.worf.ts.net:8080/login
I can also see the login page
Its when I try to access anything other than that page (inside or outside my network) when I get this error:
here’s my apache log:
2025-03-05T13:38:46.563749835Z Connection to nextcloud-aio-nextcloud (172.18.0.10) 9000 port [tcp/*] succeeded!
2025-03-05T13:38:48.351961889Z {“level”:“info”,“ts”:1741181928.351365,“msg”:“using config from file”,“file”:“/tmp/Caddyfile”}
2025-03-05T13:38:48.357721417Z {“level”:“info”,“ts”:1741181928.3572729,“msg”:“adapted config to JSON”,“adapter”:“caddyfile”}
2025-03-05T13:38:48.360967834Z [Wed Mar 05 13:38:48.360526 2025] [mpm_event:notice] [pid 119:tid 119] AH00489: Apache/2.4.63 (Unix) configured – resuming normal operations
2025-03-05T13:38:48.360992741Z [Wed Mar 05 13:38:48.360618 2025] [core:notice] [pid 119:tid 119] AH00094: Command line: ‘/usr/local/apache2/bin/httpd -D FOREGROUND’
2025-03-05T13:38:48.368677013Z {“level”:“info”,“ts”:1741181928.3680837,“msg”:“failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 7168 kiB, got: 416 kiB). See UDP Buffer Sizes · quic-go/quic-go Wiki · GitHub for details.”}
2025-03-05T14:29:05.736818271Z Connection to nextcloud-aio-nextcloud (172.18.0.10) 9000 port [tcp/*] succeeded!
2025-03-05T14:29:07.185883826Z [Wed Mar 05 14:29:07.185229 2025] [mpm_event:notice] [pid 36:tid 36] AH00489: Apache/2.4.63 (Unix) configured – resuming normal operations
2025-03-05T14:29:07.185915829Z [Wed Mar 05 14:29:07.185321 2025] [core:notice] [pid 36:tid 36] AH00094: Command line: ‘/usr/local/apache2/bin/httpd -D FOREGROUND’
2025-03-05T14:29:07.212133548Z {“level”:“info”,“ts”:1741184947.2115912,“msg”:“using config from file”,“file”:“/tmp/Caddyfile”}
2025-03-05T14:29:07.216935437Z {“level”:“info”,“ts”:1741184947.2164476,“msg”:“adapted config to JSON”,“adapter”:“caddyfile”}
2025-03-05T14:29:07.224987788Z {“level”:“info”,“ts”:1741184947.224437,“msg”:“failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 7168 kiB, got: 416 kiB). See UDP Buffer Sizes · quic-go/quic-go Wiki · GitHub for details.”}
All seems to be ok,
any idea on where I can start?