Hello,

I'm trying to use Sequel (4.30.0) to connect to Heroku Postgres (standard 
plan) and while I can successfully join the database with other tools 
(psql, navicat etc), I keep getting the following error when doing the 
connection from Sequel:

2.3.0 :002 > db.run("select extname, extversion from pg_extension;")

Sequel::DatabaseConnectionError: PG::ConnectionBad: SSL error: point is not 
on curve


(longer stack trace 
here https://gist.github.com/thbar/0b1eb8dd1b721052d19c).


I use the regular "connect to database url" documented here 
<https://devcenter.heroku.com/articles/rack#using-datamapper-or-sequel>.


I'm not sure where the error lies exactly, whether in my code, or a 
database connection issue or in sequel, or maybe pg.


I'm investigating but if you have already met this type of error, any 
feedback is welcome!


-- Thibaut

-- 
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 https://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to