I'm using Sequel in a Rails app along with ActiveRecord. Sequel manages a connection to a separate pg database. Note: I am *NOT using* *sequel-rails* because it doesn't support working along with ActiveRecord.
So, I sometimes see the following error: PG::ConnectionBad: PQconsumeInput() SSL error: sslv3 alert bad record mac which disappears on page refresh. I presume what happens is, it spews that error, then reconnects. But user is inconvenienced with 500 page screen. Can you advise me what's the best course of action here to ensure continuous connectivity? -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
