-
Notifications
You must be signed in to change notification settings - Fork 68
SSL error in 4.2.0.4 #85
Comments
I'm getting this too with almost the exact same TLS config. As a test I also tried adding TLSv1.1 to my protocols, but no luck. Another thing I noticed was that the Nextcloud URL it's referencing is https://cloud.example.com/index.php/apps/richdocuments/wopi/... whereas the correct URL should be https://cloud.example.com/apps/richdocuments/wopi, so it doesn't seem to be respecting the setting to remove that from URLs (can't remember exactly what Nextcloud calls that). I tried a rewrite so it would get redirected to the correct URL, but no luck. Will try downgrading.
EDIT: Downgrading to 4.2.0.3 fixes the SSL issue, but I still have the issue with the index.php URL. I'll file a separate issue for that. |
Got the same sslv3 handshake error on my server. The problem appeared since I updated to Debian Buster. Same cipher and TLS settings here. Same problem with docker version or without docker. Adminconsole is reachable. How can I downgrade my loolwsd package? The apt source gives me only 4.2.0-6? |
Older docker images are available. They are tagged. Older packages are not available. |
The error is present in the latest build of 4.2.0.4 ( |
Great, thanks for the feedback! |
Bug
Might be related to #84, I get this error with a valid (Let's Encrypt) cert from my NextCloud instance:
The error is not present in 4.2.0.3, I used these version:
This is what I found in the logs of the container:
My guess
Might be related to server SSL version, because 4.2.0.4 work OK with a different NextCloud server:
Working: docker container on the same host as CODE, nginx 1.14.0, OpenSSL 1.1.1
Not working: Raspberry Pi, nginx/1.14.2, OpenSSL 1.1.1c
The cipher config is the same on the two servers:
The text was updated successfully, but these errors were encountered: