andrew-schofield / keepass2-haveibeenpwned

Simple Have I Been Pwned checker for KeePass
MIT License
423 stars 24 forks source link

[Keepass 2.4.0 Linux] Error: SecureChannelFailure (The authenticator or decryption has failed.) #67

Closed zaggynl closed 5 years ago

zaggynl commented 5 years ago

HaveIBeenPwned Checker

Error: SecureChannelFailure (The authenticator or decryption has failed.)

appears after pressing " Check for breaches".

This occurs with both dll and plgx version.

andrew-schofield commented 5 years ago

How old is your mono installation? Older versions appear to have a bug which breaks TLS 1.2 which haveibeenpwned requires.

zaggynl commented 5 years ago

mono --version Mono JIT compiler version 4.6.2 (Debian 4.6.2.7+dfsg-1ubuntu1)

zaggynl commented 5 years ago

Resolved after installing mono-complete through Ubuntu 18.04 PPA per https://www.mono-project.com/download/stable/, thanks!