Using LibreOffice 7.3.0.3 on Manjaro Linux.
Remote access over WebDAV to my nextcloud server stopped working. Error message “Could not establish internet connection to nextcloud.home.arpa”.
First i thought this may be a problem with the standard nextcloud SSL Certificate so i generated a self signed CA and wildcard certificate. I added the CA to Manjaro/all browsers that i use and the host certificate to nextcloud. Accessing via any browser works. If i connect using http port 80 the connection works, so there is some problem with the access to self signed root CAs.
Starting LO from cli brings:
* STATE: INIT => CONNECT handle 0x55f33adcbb10; line 1789 (connection #-5000)
* Added connection 0. The cache now contains 1 members
* STATE: CONNECT => RESOLVING handle 0x55f33adcbb10; line 1835 (connection #0)
* family0 == v4, family1 == v6
* Trying 192.168.0.150:443…
* STATE: RESOLVING => CONNECTING handle 0x55f33adcbb10; line 1917 (connection #0)
* Connected to nextcloud.home.arpa (192.168.0.150) port 443 (#0)
* STATE: CONNECTING => PROTOCONNECT handle 0x55f33adcbb10; line 1980 (connection #0)
* GnuTLS ciphers: NORMAL:-ARCFOUR-128:-CTYPE-ALL:+CTYPE-X509:-VERS-SSL3.0
* ALPN, offering h2
* ALPN, offering http/1.1
* Didn’t find Session ID in cache for host HTTPS://nextcloud.home.arpa:443
* STATE: PROTOCONNECT => PROTOCONNECTING handle 0x55f33adcbb10; line 2000 (connection #0)
* SSL connection using TLS1.3 / ECDHE_RSA_AES_256_GCM_SHA384
* server certificate verification failed. CAfile: none CRLfile: none
* multi_done
* The cache now contains 0 members
* Closing connection 0
* Expire cleared (transfer 0x55f33adcbb10)
WebDAV config:
Host: nextcloud.home.arpa
Port: 443
Secure connection: checked
Label: WebDAV
Root: /remote.php/dav/files/
Any ideas how to get LO to accept my own internal CA ?
thanks in advance