| From: | harpagornis <shenlong(at)runbox(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: SSL Certificates in Windows 7 & Postgres 9.3 |
| Date: | 2014-12-16 16:57:55 |
| Message-ID: | 1418749075364-5830955.post@n5.nabble.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Right, I want to try connecting by psql, but the postgres documentation and
"psql -- help" do not list the syntax for providing the certificate. I
tried the following, but the error was : "Connection requires a valid
certificate"
----------------------------------------------------------------
$ psql postgresql://dbmaster:5433/mydb?sslmode=require
----------------------------------------------------------------
I also tried PgAdminIII after entering the certificate names in the
properties page for the localhost. The error in pg_log was, "could not
accept SSL connection: no certificate returned" I also got this error
message on the screen from the PgAdminIII program, "Error connecting to the
server: SSL error tlsv1 alert unknown ca."
--
View this message in context: http://postgresql.nabble.com/SSL-Certificates-in-Windows-7-Postgres-9-3-tp5830749p5830955.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | harpagornis | 2014-12-16 17:16:34 | Re: SSL Certificates in Windows 7 & Postgres 9.3 |
| Previous Message | Ramesh T | 2014-12-16 16:17:13 | Re: pg_dump |