首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >舵3.0 : EVP_DecryptFinal_ex

舵3.0 : EVP_DecryptFinal_ex
EN

Server Fault用户
提问于 2015-07-27 08:36:51
回答 1查看 376关注 0票数 3

我在Raspbian (RPi v2)上使用了舵3.0.x,有时会出现一些奇怪的错误。

我试图理解这个错误信息:"EVP_DecryptFinal_ex: error :0606506D:数字信封routines:EVP_DecryptFinal_ex:wrong最终块长度“。

我使用WiFi mesh网络,通过移动网络接入互联网,所以连接不是最好的,但我能够让舵服务器+ dns解析,所以它在“舵代理更新”期间工作。

代码语言:javascript
复制
@xxx-xxxxx:~$ sudo rudder agent update
2015-07-17T16:40:44+0200    error: /default/update/methods/'update'/default/update_action/files/'/var/rudder/ncf/local'[0]: Timeout - remote end did not respond with the expected amount of data (received=0, expecting=8). (recv: Resource temporarily unavailable)
2015-07-17T16:41:14+0200    error: /default/update/methods/'update'/default/update_action/files/'/var/rudder/ncf/local'[0]: Timeout - remote end did not respond with the expected amount of data (received=0, expecting=8). (recv: Resource temporarily unavailable)
^[[B2015-07-17T16:42:36+0200    error: /default/update/methods/'update'/default/update_action/files/'/var/rudder/cfengine-community/inputs'[0]: Timeout - remote end did not respond with the expected amount of data (received=0, expecting=8). (recv: Resource temporarily unavailable)
2015-07-17T16:42:48+0200    error: /default/update/methods/'update'/default/update_action/files/'/var/rudder/cfengine-community/inputs'[0]: Failed to decrypt at final of cipher length 70. (EVP_DecryptFinal_ex: error:0606506D:digital envelope routines:EVP_DecryptFinal_ex:wrong final block length)
2015-07-17T16:42:48+0200    error: /default/update/methods/'update'/default/update_action/files/'/var/rudder/cfengine-community/inputs'[0]: Failed to decrypt at final of cipher length 3. (EVP_DecryptFinal_ex: error:0606506D:digital envelope routines:EVP_DecryptFinal_ex:wrong final block length)
EN

回答 1

Server Fault用户

回答已采纳

发布于 2015-07-28 09:14:42

这是一个OpenSSL错误;代理无法解密来自服务器的消息(请参阅http://openssl.6102.n7.nabble.com/error-0606506D-td6186.html ),因为它没有适当的长度。如果网络不可靠,很可能连接在传输期间被中断,并且消息的结束被丢失。

您还可以尝试比较代理(您自己构建的)和服务器上的OpenSSL版本。我不认为这可能是一个不兼容的问题(我相信它会一直令人费解),但它可能值得反复检查。

票数 2
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/708711

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档