owncloud / client

🖥️ Desktop Syncing Client for ownCloud
GNU General Public License v2.0
1.4k stars 668 forks source link

Forbidden (multi key encryption failed: error:0607A082:digital envelope routines:EVP_CIPHER_CTX_set_key_length:invalid key length)" #2986

Closed armaccloud closed 9 years ago

armaccloud commented 9 years ago

Hi,

When locally saving a new (docx) file in an existing folder, I get the abovementioned error and also some others. Happened after installing the client version 1.8.0.

Same issue has occurred here: #11317 When I turn 'enable password recovery' OFF in the personal settings, this issue doesn't occur anymore.

Ubuntu Server 14.04.1 Owncloud 8.02 Owncloud Client 1.8.0 (build 4847) Encryption enabled

The following errors appear in the client logs.

03-18 20:43:37:889 0x5cae690 OCC::SyncEngine::slotJobCompleted: void OCC::SyncEngine::slotJobCompleted(const OCC::SyncFileItem&) "Miscellaneous/Poems/Cosmic theatre.docx" INSTRUCTION_ERROR 6 "The item is not synced because of previous errors: Error downloading https://healingchoices.eu/owncloud/remote.php/webdav/Miscellaneous/Poems/Cosmic theatre.docx - server replied: Forbidden (multi key encryption failed: error:0607A082:digital envelope routines:EVP_CIPHER_CTX_set_key_length:invalid key length)"
03-18 20:43:37:891 0x5cae690 OCC::SocketApi::sendMessage: SocketApi:  Sending message:  "STATUS:ERROR:O:\Miscellaneous\Poems\Cosmic theatre.docx"
03-18 20:43:37:906 0x5cae690 OCC::SyncEngine::slotJobCompleted: void OCC::SyncEngine::slotJobCompleted(const OCC::SyncFileItem&) "Study/Knowledge Management/KCS Foundations 3 day-some/~$KCS 3 day instructor deck wcert v5_5_1 .pptx" INSTRUCTION_IGNORE 6 "File is listed on the ignore list."
03-18 20:43:37:908 0x5cae690 OCC::SocketApi::sendMessage: SocketApi:  Sending message:  "STATUS:ERROR:O:\Study\Knowledge Management\KCS Foundations 3 day-some\~$KCS 3 day instructor deck wcert v5_5_1 .pptx"
03-18 20:43:37:921 0x5cae690 OCC::BandwidthManager::registerUploadDevice: void OCC::BandwidthManager::registerUploadDevice(OCC::UploadDevice*) OCC::UploadDevice(0x8239178)
03-18 20:43:37:923 0x5cae690 OCC::AbstractNetworkJob::start: !!! OCC::PUTFileJob created for  QUrl( "https://healingchoices.eu/owncloud" )  querying "/zzz_Archive/test/document.docx"
03-18 20:43:37:977 0x5cae690 OCC::BandwidthManager::unregisterUploadDevice: void OCC::BandwidthManager::unregisterUploadDevice(OCC::UploadDevice*) OCC::UploadDevice(0x8239178)
03-18 20:43:38:296 0x5cae690 OCC::AbstractNetworkJob::slotFinished: void OCC::AbstractNetworkJob::slotFinished() 202 "Error downloading https://healingchoices.eu/owncloud/remote.php/webdav/zzz_Archive/test/document.docx - server replied: Forbidden"
03-18 20:43:38:298 0x5cae690 OCC::PropagateUploadFileQNAM::slotPutFinished: void OCC::PropagateUploadFileQNAM::slotPutFinished()  QUrl( "https://healingchoices.eu/owncloud/remote.php/webdav/zzz_Archive/test/document.docx" )  FINISHED WITH STATUS 202 "Error downloading https://healingchoices.eu/owncloud/remote.php/webdav/zzz_Archive/test/document.docx - server replied: Forbidden" QVariant(int, 403) QVariant(QString, "Forbidden")
03-18 20:43:38:299 0x5cae690 OCC::PropagateUploadFileQNAM::slotPutFinished: "<?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
  <s:exception>Sabre\DAV\Exception\Forbidden</s:exception>
  <s:message>multi key encryption failed: error:0607A082:digital envelope routines:EVP_CIPHER_CTX_set_key_length:invalid key length</s:message>
</d:error>
``
LukasReschke commented 9 years ago

@guruz I don't (want to) have anything to do with our encryption. Please refer to @schiesbn or @th3fallen for that. THX.

guruz commented 9 years ago

Thanks, I commented on the server bug in the core issue tracker (which is the right one for this bug). Let's hope someone from there will then read your issue here. Closing..