Re: Query related to postgresql jdbc 42.2.5
rob stone <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.jdbc |
|---|---|
| Message-ID | <[email protected]> |
Hello, On Mon, 2018-10-15 at 18:29 +0530, pradeep puppala wrote: > Hi > > I am trying to connect to postgresql database with jdbc postgresql > 42.2.5 with "ssl=true" but I am getting error as below. > > SSL error: sun.security.validator.ValidatorException: PKIX path > building failed: > sun.security.provider.certpath.SunCertPathBuilderException: unable to > find valid certification path to requested target. > > I am using self signed certificates and jre version is 1.7.0.151. I > am struck here please help. Thanks in advance. > > Best regards > Pradeep This post may provide some clues. https://stackoverflow.com/questions/18378869/pkix-path-building-failed-in-java-application#24705398 OR https://stackoverflow.com/questions/18378869/pkix-path-building-failed-in-java-application#24705398 HTH, Rob