Sign up ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free.

When trying to connect to Heroku PostgresSQL DB using pgAdmin3 I'm getting the following error:

Error connecting to the server: SSL error: certificate verify failed

The connection is based on pg:credentials output and defined as below:

[Properties]:

  • Host: <host>
  • Port: 5432
  • Service: [blank]
  • Maintenance DB: <database>
  • Username: <user>

[SSL]:

  • SSL: require
  • Server Root Certificate File: [blank]
  • Server Certificate Revocation List: [blank]
  • Client Certificate File: [blank]
  • Client Key File: [blank]
  • SSL compression: on

[SSH Tunnel] and [Advanced] left default

so as per Heroku guidelines SSL is enabled (set to: [**require**]).

Any ideas how to provide/fix the certificate referred by the error message?

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.