You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
The OpenSSL error:
DEBUG thaliReplicationPeerAction: Got error on replication - 500 6147371008:error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac:../deps/openssl/openssl/ssl/s3_pkt.c:518
is happening while decrypting a received https packet and given https doesn't support re-sending packets. This error needs to be handled at application level.
Today I faced this issue when running thali on TeamONE P2P application. It turned out, that when this error occurs, we are not able to replicate at all, even when trying multiple times. I got this error in every attempt of replication. After app restart, it worked ok again. So this is definitely an issue, it can block us from working at all.
It is also possible that this is caused by some data corruption or temporary radio failures.
Recently while fixing test
Can shift data securely
I noticed that sometimes it fails with following stack:It looks like there was some issue with OpenSSL. Tested on two iOS devices.
The text was updated successfully, but these errors were encountered: