| 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-15 22:36:38 |
| Message-ID: | 1418682998924-5830783.post@n5.nabble.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
I changed the CN in all the certificates from 127.0.0.1 "my_role", which is
the user id. Now the pg_log contains this:
---------------------------------------------------------------------------------------
2014-12-15 22:28:04 GMT LOG: database system was shut down at 2014-12-15
22:28:01 GMT
2014-12-15 22:28:04 GMT LOG: database system is ready to accept connections
2014-12-15 22:28:04 GMT LOG: autovacuum launcher started
2014-12-15 22:28:05 GMT FATAL: the database system is starting up
2014-12-15 22:28:06 GMT FATAL: connection requires a valid client
certificate
2014-12-15 22:28:06 GMT FATAL: no pg_hba.conf entry for host "127.0.0.1",
user "SYSTEM", database "postgres", SSL off
--
View this message in context: http://postgresql.nabble.com/SSL-Certificates-in-Windows-7-Postgres-9-3-tp5830749p5830783.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David G Johnston | 2014-12-15 22:45:16 | Re: SSL Certificates in Windows 7 & Postgres 9.3 |
| Previous Message | Adrian Klaver | 2014-12-15 21:19:26 | Re: SSL Certificates in Windows 7 & Postgres 9.3 |