Hello! Client version 2.2.4. It occurs when synchronizing files
Read error at byte 2965504/8459604 (error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac). Retrying.
Server configuration
Operating system: Ubuntu Server 15.10
Web server:Apache/2.4.12
Database:mariaDB 10.0.25
PHP version:PHP 5.6.11
ownCloud version (see ownCloud admin page): OwnCloud 8.2.7 (stable)
ownCloud log
Special configuration (external storage - nas, external authentication- ldap, reverse proxy - no, server-side-encryption-no):
Hi,
Ubuntu Server 15.10 reached end-of-life a few months ago. Please upgrade to 16.04 which might bring a new OpenSSL version fixing your issue:
opened 02:06PM - 01 Nov 15 UTC
closed 10:07AM - 08 Jan 16 UTC
type:bug
### Expected behaviour
The client keeps connected without any error.
### Actual… behaviour
When the client is connected, about after 10 seconds, it looses the connection with the error: owncloud 1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac.
After one minute it reconnects, and over and over.
There isn't a problem on a navigator.
### Steps to reproduce
1) Use this Apache2 configuration:
```
SSLCipherSuite EECDH+AES:+AES128:+AES256:+SHA
SSLHonorCipherOrder on
SSLProtocol TLSv1.2
```
2) **(no impact)** ~~Use an OpenVPN server that receives connection for :443 and redirects unknown connections to another port, used by Apache2 for owncloud.~~
```
port-share 127.0.0.1 4433
```
To correct this problem, I had to use:
```
SSLProtocol +TLSv1 +TLSv1.1 +TLSv1.2
```
And then, it does not disconnect anymore.
It should be allowed to activate only TLS 1.2.
Maybe Apache2 disable some ciphers with this configuration, and these do not work well.
Or, something about OpenVPN.
### Server configuration
Operating system: Ubuntu Server 14.04
Web server: Apache 2.4.7
OpenSSL version: 1.0.1f
(Database: MariaDB)
(PHP version: 5.5.9)
ownCloud version: 8.1.3
Storage backend: ?
### Client configuration
Client version: 2.0.2 (build 5569)
Operating system: Windows 8.1 Pro
OS language: FR
Installation path of client: default (program files x86)
### Logs
owncloud 1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac
(?)
guruz
December 5, 2016, 2:37pm
3
domnich:
SSL3
I guess it is disabled by your admins/machine/distro/whatever…
http://disablessl3.com/