Server does not support SSL connections on remote db
See original GitHub issueHi,
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 wrong
error 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:
- Created 5 years ago
- Comments:12 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Am getting this issue as well
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:
Thanks for your help !