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
I have looked through the other issues with repeated to this but didn't see anything that helped me with my issue.
I have been migrating our app to docker, whenever I'm trying to get an encrypted attribute I'm getting this error OpenSSL::Cipher::CipherError
I have verified that the key is the same and is being passed into rails properly. I imported the DB from a data dump from the current app and restored into the docker db. Both are Postgres v9.4. Using this same dump I am able to restore locally (not in docker) and am able to get those values out.
The version of the gem I am using 3.0.1 same version that is running currently in production.
Also when I try to save the existing records I get the same cipher error. I am able to create a new record and save and decrypt these attributes. Is there something to do between the databases? The current app is running on heroku.
Appreciate any help you can provide me and thank you for building this gem I know OSS is hard and get people with bad attitudes. Thanks.
The text was updated successfully, but these errors were encountered:
I have looked through the other issues with repeated to this but didn't see anything that helped me with my issue.
I have been migrating our app to docker, whenever I'm trying to get an encrypted attribute I'm getting this error
OpenSSL::Cipher::CipherError
I have verified that the
key
is the same and is being passed into rails properly. I imported the DB from a data dump from the current app and restored into the docker db. Both are Postgres v9.4. Using this same dump I am able to restore locally (not in docker) and am able to get those values out.The version of the gem I am using
3.0.1
same version that is running currently in production.Also when I try to save the existing records I get the same cipher error. I am able to create a new record and save and decrypt these attributes. Is there something to do between the databases? The current app is running on heroku.
Appreciate any help you can provide me and thank you for building this gem I know OSS is hard and get people with bad attitudes. Thanks.
The text was updated successfully, but these errors were encountered: