Ncp-webgui not reachable after ncp-update

hey there… yesterday i updated ncp from 1.23.1 to 1.24.0 and thus i can’t connect to ncp-webgui anymore…
could that be something that be connected to dropping of some old tls-version in 1.23.2 (though this was meant to affect only lamp)

how could i get around this?

btw: i am usually accessing it via https://internal.IP:4443

and (as always) - if you’d need further informations regarding my nc, config, logs… just let me know.

Hi @JimmyKater
Could be tls, but unsure, what browser? Tried another one yet?

Wont harm to pastebin, link here, to output of

sudo ncp-report

ff, chromiumbased browser called brave (newst available versions), and ff clear/android - all the same result… no connection possible.

would have done so but i didn’t manage to ssh to vm… even though ssh was enabled by nc-config… so all i can do right now is: a very basic vnc to that machine… with no possibility to c&p anything… so far… will go on trying workarounds…

edit: @OliverV have found a possibility to get the report, though

NextCloudPi diagnostics

NextCloudPi version  v1.24.0
NextCloudPi image    NextCloudPi_12-21-19
distribution         Debian GNU/Linux 10 \n \l
automount            no
USB devices          none
datadir              /media/hdd2/ncdata
data in SD           no
data filesystem      ext2/ext3
data disk usage      164G/393G
rootfs usage         5,9G/19G
swapfile             /var/swap
dbdir                /var/lib/mysql/
Nextcloud check      ok
Nextcloud version    18.0.3.0
HTTPD service        up
PHP service          up
MariaDB service      up
Redis service        up
Postfix service      up
internet check       ok
port check 80        open
port check 443       open
IP                   ***REMOVED SENSITIVE VALUE***
gateway              ***REMOVED SENSITIVE VALUE***
interface            ens3
certificates         ***REMOVED SENSITIVE VALUE***
NAT loopback         no
uptime               16:18

Nextcloud configuration

{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": {
            "0": "localhost",
            "5": "nextcloudpi.local",
            "7": "nextcloudpi",
            "8": "nextcloudpi.lan",
            "11": "***REMOVED SENSITIVE VALUE***",
            "1": "***REMOVED SENSITIVE VALUE*** - local IP",
            "20": "***REMOVED SENSITIVE VALUE***",
            "21": "***REMOVED SENSITIVE VALUE***"
        },
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "18.0.3.0",
        "overwrite.cli.url": "https:\/\/***REMOVED SENSITIVE VALUE***\/",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "default_language": "de",
        "default_locale": "de_DE",
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0,
            "password": "***REMOVED SENSITIVE VALUE***"
        },
        "tempdirectory": "\/media\/hdd2\/ncdata\/tmp",
        "mail_smtpmode": "smtp",
        "mail_smtpauthtype": "LOGIN",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "preview_max_x": "2048",
        "preview_max_y": "2048",
        "jpeg_quality": "60",
        "overwriteprotocol": "https",
        "loglevel": "2",
        "log_type": "file",
        "maintenance": false,
        "mail_sendmailmode": "smtp",
        "mail_smtpsecure": "ssl",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpauth": 1,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "htaccess.RewriteBase": "\/",
        "logfile": "\/media\/hdd2\/ncdata\/nextcloud.log",
        "simpleSignUpLink.shown": false,
        "preview_libreoffice_path": "\/var\/www\/nextcloud\/apps\/onlyoffice",
        "theme": ""
    }
}

HTTPd logs

[Wed Apr 01 00:00:02.648798 2020] [ssl:warn] [pid 3486:tid 140199418475648] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[Wed Apr 01 00:00:02.653660 2020] [mpm_event:notice] [pid 3486:tid 140199418475648] AH00489: Apache/2.4.38 (Debian) OpenSSL/1.1.1d configured -- resuming normal operations
[Wed Apr 01 00:00:02.653685 2020] [core:notice] [pid 3486:tid 140199418475648] AH00094: Command line: '/usr/sbin/apache2'
[Wed Apr 01 09:45:19.902099 2020] [mpm_event:notice] [pid 3486:tid 140199418475648] AH00491: caught SIGTERM, shutting down
[Wed Apr 01 09:45:20.082619 2020] [ssl:warn] [pid 7903:tid 140476467528832] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[Wed Apr 01 09:45:20.120826 2020] [ssl:warn] [pid 7904:tid 140476467528832] AH01909: localhost:4443:0 server certificate does NOT include an ID which matches the server name
[Wed Apr 01 09:45:20.124151 2020] [mpm_event:notice] [pid 7904:tid 140476467528832] AH00489: Apache/2.4.38 (Debian) OpenSSL/1.1.1d configured -- resuming normal operations
[Wed Apr 01 09:45:20.124293 2020] [core:notice] [pid 7904:tid 140476467528832] AH00094: Command line: '/usr/sbin/apache2'

ummm… strangeness has a new name…

now it works again. without me having something changed. dunno why.