question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Server does not support SSL connections on remote db

See original GitHub issue

Hi,

I am trying to install lumber with a remote db instance on Heroku. Here’s my config :

? What's the database type?  postgres
? What's the database name? [db name]
? What's the database schema? [optional] public
? What's the database hostname? [ec2 instance name].eu-west-1.compute.amazonaws.com
? What's the database port? 5432
? What's the database user?  [db user name]
? What's the database password? [optional]  [hidden]
? Does your database require a SSL connection?  Yes
? What's the IP/hostname on which your back office will be running?  localhost
? What's the port on which your back office will be running?  4000

I get 👍 Hooray, installation success! 👍, the db models are discovered ok, but when logging on the UI, i get a Oops, something went wrongerror when trying to visualize the data, and get the following error on the terminal :

[forest] 🌳🌳🌳  Unexpected error: The server does not support SSL connections
SequelizeConnectionError: The server does not support SSL connections

Could you help me figure out what’s wrong here ? Thanks !

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
EvanPHamiltoncommented, Nov 29, 2020

Am getting this issue as well

1reaction
chrisbagcommented, Sep 19, 2020

Hello @VincentMolinie , I am getting the same issue with lumber@3.6.11 connecting to postgres on Heroku

` Cannot connect to the database due to the following error:

SequelizeConnectionError: no pg_hba.conf entry for host “94.155.19.8”, user “wtwlatqprzyszi”, database “dd392qots70t0m”, SSL off`

Thanks for your help !

Read more comments on GitHub >

github_iconTop Results From Across the Web

node.js - How to fix "Error: The server does not support SSL ...
After creating a simple table and connecting to localhost:5000/db, I get an error saying "Error: The server does not support SSL ...
Read more >
Getting error: The server does not support SSL connections #2
I am using a CockraochDB cluster created under docker-compose. I can access the cluster via DBVisualizer against localhost. Please allow me to thank...
Read more >
Postgres SSL is not enabled on the server - Fix it now
Postgres SSL is not enabled on the server error can be fixed by enabling SSL connections that involves generating the cert files, ...
Read more >
Error "The server does not support SSL" when ODBC ...
The driver was erroneously sending the "The server does not support SSL" message when only the "Timeout expired" message should have been ...
Read more >
MySQL Workbench: "ssl is required but the server doesn't ...
If you get the MySQL Workbench error of "SSL connection error: SSL is required but the server doesn't support it" then you likely...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found