Saved with error: Collabora Online should use the same protocol as the server installation

can you help me with this problem ?

cuz i’m new with this apps :slight_smile:

use https (ssl) to connect to your nextcloud.

thanks for your information, so that i must use HTTPS for my nextcloud and then use HTTPS too for my collabora onine ?

Hmm… now i have this error, can you please take a look then give me another solution? :slight_smile:

And here my reverse proxy config:

Encoded slashes need to be allowed

AllowEncodedSlashes On

Container uses a unique non-signed certificate

SSLProxyEngine On
SSLProxyVerify None
SSLProxyCheckPeerCN Off
SSLProxyCheckPeerName Off

keep the host

ProxyPreserveHost On

static html, js, images, etc. served from loolwsd

loleaflet is the client part of LibreOffice Online

ProxyPass /loleaflet secure*://127.0.0.1:9980/loleaflet retry=0
ProxyPassReverse /loleaflet secure*://127.0.0.1:9980/loleaflet

WOPI discovery URL

ProxyPass /hosting/discovery secure*://127.0.0.1:9980/hosting/discovery retry=0
ProxyPassReverse /hosting/discovery secure*://127.0.0.1:9980/hosting/discovery

Main websocket

ProxyPassMatch “/lool/(.*)/ws$” wss://127.0.0.1:9980/lool/$1/ws

Admin Console websocket

ProxyPass /lool/adminws wss://127.0.0.1:9980/lool/adminws

Download as, Fullscreen presentation and Image upload operations

ProxyPass /lool secure*//127.0.0.1:9980/lool
ProxyPassReverse /lool secure*//127.0.0.1:9980/lool

i follow this tutorial “nextcloud collabora” … did i do anything wrong ? :frowning:

Note: secure* is HTTPS guys :wink: