-
Notifications
You must be signed in to change notification settings - Fork 999
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to connect to a postgres database that requires SSL/TLS #3025
Comments
@azf20 - I have tried both on a very recent stable release and on current master. It is the first time I have tried to use digital ocean's postgres offering for the graph. Before I have always used the standard postgres docker image without any ssl settings. So my guess is it is a general bug, and I think it is somehow related to how the posgres rust library you are using is configured. |
This is #2097 |
Thanks! |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Unable to connect to a hosted postgresql database in Digital ocean. On connection the graph node prints the following:
This is using that latest graph-node master branch release.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
This error occurs using the standard hosted postgresql database from Digital Ocean.
What is the expected behavior?
It should be able to connect to a database that requires SSL.
The text was updated successfully, but these errors were encountered: