Hey, I'm having an issue when I try to decrypt an encrypted file on a Heroku server, when the decrypt method is called by the GPGME::Crypto instance it raises a GPGME::Error::NoData error.
The error occurs only when it's on Heroku, when I test locally on my development environment, it works just fine.
GPG version
gpg (GnuPG) 2.2.19
libgcrypt 1.8.5
Copyright (C) 2019 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Hey, I'm having an issue when I try to decrypt an encrypted file on a Heroku server, when the
decrypt
method is called by theGPGME::Crypto
instance it raises aGPGME::Error::NoData
error. The error occurs only when it's on Heroku, when I test locally on my development environment, it works just fine.Home: /app/.gnupg Supported algorithms: Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,CAMELLIA128, CAMELLIA192, CAMELLIA256 Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 Compression: Uncompressed, ZIP, ZLIB, BZIP2