Replies: 2 comments 1 reply
-
You are correct, this is not a Sequel issue. Not sure what is going wrong in your environment or how to fix it, sorry. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I get these errors often on our Azure Postgres database. Not sure what to do about them either, I just classified them as transient errors that are inevitable when using a hosted service. Maybe there are ways to get rid of it 🤷🏻♂️ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, hello, i meet one issue about pg one month ago since i deploy my pg 14.1 (Debian 14.1-1.pgdg90+1) on debian 10, i use postgresql official apt source repo.
it works, but i meet following issue frequently when retrieve data.
PQconsumeInput() SSL error: decryption failed or bad record mac
The real wired things is, i migrate my project from another VPS which use CentOS 8, and in that server, i use pg 14.0 which install use official source repo too, but, this issue never happen.
So, i am so curious if this issue only happen on Debian? or only happen on 14.1? (not happen on 14).
I consider this should not be a sequel issue, but, could you please give some clue how to fix that?
I don't want just reinstall my VPS OS to centos or Ubuntu to workaround this. (may work, may not work anyway)
Following is my pg_hba.conf
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions