Forum Discussion

vbetharasi's avatar
vbetharasi
New Contributor
6 years ago

PostGreSql connectivity

Hi,
While trying to connect PostgreSQL using JDBC getting below error.
.

Could you please help to resolve this issue.

Thanks in advance!

Thanks,
Venu

5 Replies

  • vbetharasi's avatar
    vbetharasi
    New Contributor

    Hi,
    I don’t understand what is the exact issue. Can any one help here please as this is on priority . It’s very urgent

    Thanks,
    Venu

    • anubhav_nautiya's avatar
      anubhav_nautiya
      Contributor

      Hi, can you try this:

      When connecting to an SSL enabled PostgreSQL account, the account fails in validation. To overcome this, configure the URL properties in Account settings to establish an SSL connection with the following parameter and value:

      URL property name URL property value
      sslmode require

      or try

      URL property name: ssl
      Value: true

      • vbetharasi's avatar
        vbetharasi
        New Contributor

        Many thanks !

        It’s now working