I'm getting this error in my Sinatra application:

PG::UnableToSend: SSL error: sslv3 alert bad record mac: SELECT * FROM
"domains" WHERE ("uri" = 'www.somedomain.com') LIMIT 1

(actual domain obfuscated)

This probably isn't coming out of the Sequel library itself, but googling
is not turning up any real answers.  The answers I saw were strictly
concerning HTTPS requests.  I am not using SSL or HTTPS.  This is just a
regular HTTP request.  The error is surfacing with a frequency of about 1
in 100 queries.

Firefox HTTP request => Apache 2 => Passenger => Sinatra

Sequel 4.3.0
Sinatra 1.4.3
Passenger 4.0.10
Ruby 2.0
PostgreSQL 9.2.5

Any ideas?  Even suggestions on how to further isolate and debug would be
very helpful at this point.

Michael
-- 
http://cybrains.net

-- 
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/groups/opt_out.

Reply via email to