On Thu, Feb 9, 2023 at 1:21 AM Thiebo <thiebald.crem...@gmail.com> wrote:

> Hi !
>
> I have an application that is working fine locally, but on the server (env
> production) raises this error :
>
> 2023-02-08 16:39:20.329238105 +0100 CET [web-1] 2023-02-08 15:39:20 -
> Sequel::DatabaseDisconnectError - PG::ConnectionBad: PQconsumeInput() SSL
> error: decryption failed or bad record mac
>

Generally it means the connection to the database dropped.  Most likely,
it's a network issue between the client and the database server.  Try to
ensure that in your production your application server has a reliable
connection to the database server.  If that becomes problematic, you can
look into the connection_validator extension.

Thanks,
Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sequel-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sequel-talk/CADGZSSf_%3Dj2TGwLXfX5d9%2B7ZuK21rBTxA-bhot%2BzEJZ0YbXKwA%40mail.gmail.com.

Reply via email to