Replies: 1 comment
-
|
The error message indicates that the certificate uses the wrong field for the domain name. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
a got a problem similar to the Q&A item "Succefull Installation but not possible to Log-In #432" with the error-window as already quoted there.
I tried to solve my problem according to the recommodations there, but failed so far.
I am running opencloud on a local machine (linux - debian - trixie - nginx as proxy for opencloud - self-signed certificate with openssl) in my local network, maybe that is the reason for my problem.
In a log (see below) I read "certificate relies on legacy Common Name field, use SANS". Does that mean, I have to create a self-signed certificate including an additional domain other than my "local-server.local-domain.lan"? Which SAN must be used: localhost or what?
Thanks for your assistance in advance.
Regards Wolfgang
Here are my configuration files (partly similar to a running ocis server running on a dedicated server on cloud.mydomain.de).
And here are the logs
/var/log/nginx/xxxx/xxxx.opencloud.proxy.ssl.error.log
root@localserver:/# systemctl status opencloud.service
? opencloud.service - OpenCloud Service
Loaded: loaded (/etc/systemd/system/opencloud.service; enabled; preset: enabled)
Active: active (running) since Sun 2026-03-01 13:06:39 CET; 3s ago
Invocation: 69b1b1aac94f4c59a39220e298b68aa3
Main PID: 3645 (opencloud)
Tasks: 8 (limit: 18777)
Memory: 43.7M (peak: 44.2M)
CPU: 1.407s
CGroup: /system.slice/opencloud.service
+-3645 /opt/opencloud/opencloud server
Mär 01 13:06:39 local-server systemd[1]: Started opencloud.service - OpenCloud Service.
....
/var/log/opencloud/opencloud-server.log
Beta Was this translation helpful? Give feedback.
All reactions