[Solved]Collabora SSL Cert

Hallo,

hab nun endlich einen kleinen root-server .-) Collabora lÀuft in einem Container, nur zeigt mir nextcloud dies an:

Collabora Online: SSL-Zertifikat ist nicht installiert.
Bitten Sie Ihren Administrator die ca-chain.cert.pem zum ownCloud ca-bundle.crt hinzuzufĂŒgen. Z.B. "cat /etc/loolwsd/ca-chain.cert.pem >> /resources/config/ca-bundle.crt". Die genaue Fehlermeldung war:cURL error 60: Peer's certificate issuer has been marked as not trusted by the user.

Hab mit cat /path/to/cert/cert.pem >> /path/to/nextcloud//resources/config/ca-bundle.crt kopiert.

danach den Apache neu gestartet, aber dies hat keine Wirkung.

Lösung: zuerst habe ich mit cat /path/to/cert/cert.pem >> /path/to/nextcloud/resources/config/ca-bundle.crt das Standard CA Zertifikat in den Nextcloud ordner kopiert und anschliessend zur ca-bundle.crt mein Letsencrypt cert.pem hinzugefĂŒgt.

cat /path/to/letsencrypt/domain/cert.pem >> /path/to/nextcloud/resources/config/ca-bundle.crt

Mache ich da was falsch??

Hallo,
ich hab auch ein problem mit SSL-Zertifikat, meine Collabora page sagt:
Errore sconosciuto di Collabora Online:cURL error 51: SSL: no alternative certificate subject name matches target host name ‘office.xxxxxx.ddns.net’.
Ich nutze XAMPP on Ubuntu server 16.04 und Nextcloud 10, in meine vhost ich nutze die selbe SSL-Zertifikat von mein nextcloud domain, ist villeicht das mein problem?
Entschuldigen Sie fur mein deutsch!

Ciao Lars_M, ich probiere produzieren Zertifikat mit Let’s Encrypt aber wen ich run the command :
'sudo -H ./letsencrypt-auto certonly --standalone -d office.xxxxxx.ddns.net’
ich bekomme dieses output:

Failed authorization procedure. office.xxxxxx.ddns.net (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: DNS problem: NXDOMAIN looking up A for office.xxxxxx.ddns.net

IMPORTANT NOTES:

  • The following errors were reported by the server:

    Domain: office.xxxxxx.ddns.net
    Type: connection
    Detail: DNS problem: NXDOMAIN looking up A for
    office.xxxxxx.ddns.net

    To fix these errors, please make sure that your domain name was
    entered correctly and the DNS A record(s) for that domain
    contain(s) the right IP address. Additionally, please check that
    your computer has a publicly routable IP address and that no
    firewalls are preventing the server from communicating with the
    client. If you’re using the webroot plugin, you should also verify
    that you are serving files from the webroot path you provided.

ich glaube der problem ist das webroot patch, aber die frage ist, welche ist das patch von collabora/code?

stop the apache Server. letyencrypt must access port 80.

Hi Lars, danke fur antworten.
apache ist schon stopped deshalb hab gedacht das problem ist das webroot path. Aber was fur patch kan haben eine web app? Wen ich hab gut verstanden ‘collabora’ lĂ€uft in der docker und nicht in /var/www/
,
Danke

look here DNS PROBLEM: NXDOMAIN looking up A for <mydomain.com> - Server - Let's Encrypt Community Support

1 Like

Ciao Lars,
es funktioniert, kann ich das Dokument laden, aber nicht bearbeiten können, schauest Du auf meine logs!

my docker logs:

WSD-00023-18963 17: 36: 35.530099 [prsnr_req_hdl] ERR SocketProcessor: exception: Connection reset by peer
WSD-00023-0028 17: 37: 51.271629 [client_ws_001a] WRN Connection closed.
Kit-18995-18995 17: 37: 51.157372 [loolkit] WRN Connection closed.
WSD-00023-19007 17: 37: 51.298804 [prsnr_req_hdl] WRN Connection closed.

and my nextcloud logs:

no app in contex Loaded WOPI Token record: {“id”: “30”, “owner_uid”: “louis”, “editor_uid”: “louis”, “fileid”: “2549”, “version”: “0”, “path”: “/Nuovodocumento.odt”, “CanWrite”: “1”, “server_host”: “https://xxxxxxx.ddns.net”, “token”: “YQ1NK8M2A1sgb6zloI3t53U5yd30ktxY”, “expiry”: “1479066727” }.

richdocuments Getting contents of 2549 files, version 0 by token
YQ1NK8M2A1sgb6zloI3t53U5yd30ktxY.

you can open Documents? for myself it canÂŽt connect to documents and have an Strange error. But i donÂŽt know why.

Ciao Lars,
Ich kann die Dokumente öffnen, aber ich kann sie nicht bearbeiten und manchmal auch die Seite sagt: Es ist peinlich, können wir nicht auf das Dokument zu verbinden. Bitte versuchen Sie es erneut.

Wie shaut dein nextcloud logs aus?
Das ist mein:

in mein logs gibt keine users und in deine?

Lars RUN RUN RUN!!! du must einfach einen USER fĂŒr die Docker erstellen und restart it mit die neue USER!

look here: CODE Archives - Collabora Office and Collabora Online

1 Like

what the f
 it®s running thanks for your link!