Nextcloud version 21?
mariadb 10.5
php8.2
debian 11
The issue you are facing:
All of sudden the nextcloud login page won’t load in any browser. I also can’t access via the phone app. a week or so ago I uploaded to the latest version via the settings panel.
It seems there is some problem with the ssl certificate. I use let’s encrypt. The output of tail /var/log/apache2/error.log, listed below, lists two unmatching ip addresses which I blocked out but they are different.
Nextcloud is installed on a subdomain on my vps. The main domain is just some simple html and works fine. The other sub-domain has wordpress installed and has the same issue.
Does anyone know how I might troubleshoot this?
Thanks in advance
Is this the first time you’ve seen this error? (Y/N):
Yes
Steps to replicate it:
1.When I go to the login page it never loads
2.
3.
The output of your Nextcloud log in Admin > Logging:
``Can’t Access`
PASTE HERE
The output of your config.php file in `/path/to/nextcloud` (make sure you remove any identifiable information!):
‘memcache.locking’ => ‘\OC\Memcache\Redis’,
‘redis’ =>
array (
‘host’ => ‘/var/run/redis/redis-server.sock’,
‘port’ => 0,
‘timeout’ => 0,
),
‘theme’ => ‘’,
‘loglevel’ => 2,
);
The output of your Apache/nginx/system log in `/var/log/____`:
[Tue Sep 26 07:25:51.515026 2023] [ssl:warn] [pid 180643] AH01909: nextcloud.mysite.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Sep 26 07:25:51.515324 2023] [mpm_prefork:notice] [pid 180643] AH00163: Apache/2.4.56 (Debian) mod_fcgid/2.3.9 OpenSSL/1.1.1n configured – resuming normal operations
[Tue Sep 26 07:25:51.515336 2023] [core:notice] [pid 180643] AH00094: Command line: ‘/usr/sbin/apache2’
[Tue Sep 26 16:16:45.446150 2023] [ssl:error] [pid 578319] [client xxx.xx.xxx.xxx:35192] AH02032: Hostname mysite.com provided via SNI and hostname xxx.xx.xxx.xxx.239 provided via HTTP have no compatible SSL setup
PASTE HERE
Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.
PASTE HERE
I couldn't find this file