Re: Edb Jdbc Ssl Connection

From: ayagmur75(at)yandex(dot)com
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Edb Jdbc Ssl Connection
Date: 2021-02-01 06:44:29
Message-ID: 117241612161779@mail.yandex.com.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<div><div> </div><div>42.2.9 and java 8 u162 have worked.</div><div> </div></div><div> </div><div> </div><div> </div><div>31.01.2021, 08:51, "ayagmur75(at)yandex(dot)com" &lt;ayagmur75(at)yandex(dot)com&gt;:</div><blockquote><div><div>I want to establish simple jdbc ssl connection using edb as 11 and java 8 u271 with postgresql jdbc driver 42.2.9 (I have also tried these versions: 42.2.18 and 42.2.8).</div><div>I followed the instructions from the following link.</div><div><div><div><a href="https://www.enterprisedb.com/postgres-tutorials/how-enable-ssl-authentication-edb-postgres-advanced-server" rel="noopener noreferrer">https://www.enterprisedb.com/postgres-tutorials/how-enable-ssl-authentication-edb-postgres-advanced-server</a></div></div><div> </div></div><div>I tested ssl connection successfully using "psql". But I cannot establish a jdbc connection. I got "FATAL: connection requires a valid client certificate" error.</div><div> </div><div>After a little googling, I want to use a different url than specified here just to consume all the possibilities.  After modifiying the url with "sslcert=./test/client.crt sslkey=./test/client.key sslrootcert=./test/server.crt" I got "SSLSocket duplex close failed".</div><div> </div><div>Could you please help me with this problem?</div><div> </div><div>Thanks for you in advance.</div><div> </div><div> </div></div></blockquote>

Attachment Content-Type Size
unknown_filename text/html 1.4 KB

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2021-02-01 09:09:04 Re: SV: Npgsql and the Connection Service File
Previous Message ayagmur75 2021-02-01 05:34:51 Re: Offlne Slony Installation