certificate - Search results
Mailing lists >> pgsql-hackers >> Thread
2025-04-25 21:56:38 | Re: sslmode=secure by default (Re: Making sslrootcert=system work on Windows psql) (Jacob Champion)
certificate problem, and I wish we had that knob available for conversations like this... If we had a global
Mailing lists >> pgsql-hackers >> Thread
2025-04-25 16:40:41 | Re: Making sslrootcert=system work on Windows psql (George MacKerron)
certificate verify failed (3) Or if I download the curl/Mozilla certificates list to "C:\Program
Mailing lists >> pgsql-hackers >> Thread
2025-04-25 16:04:25 | Re: sslmode=secure by default (Re: Making sslrootcert=system work on Windows psql) (Daniel Gustafsson)
certificates and things". Sticking to ssl_* will most likely be the least confusing for our users
Mailing lists >> pgsql-hackers >> Thread
2025-04-24 15:00:25 | Re: sslmode=secure by default (Re: Making sslrootcert=system work on Windows psql) (Peter Eisentraut)
certificates that allow "localhost". And connections to localhost are the default on Windows. We could
Mailing lists >> pgsql-hackers >> Thread
2025-04-24 13:31:09 | Re: sslmode=secure by default (Re: Making sslrootcert=system work on Windows psql) (George MacKerron)
certificate verification because we are on Windows and there are no OpenSSL certificates configured on the system
Mailing lists >> pgsql-hackers >> Thread
2025-04-23 19:24:46 | sslmode=secure by default (Re: Making sslrootcert=system work on Windows psql) (Christoph Berg)
certificates to just work (default on Debian), so this would not be "some people" but more
Mailing lists >> pgsql-hackers >> Thread
2025-04-03 16:46:42 | Re: Making sslrootcert=system work on Windows psql (George MacKerron)
certificate, but IIRC basically any old certificate will do. It doesn’t need to be signed
Mailing lists >> pgsql-hackers >> Thread
2025-04-03 16:28:12 | Re: Making sslrootcert=system work on Windows psql (Christoph Berg)
certificate if I'm reading the docs right. This would match user expectation for POLA
Mailing lists >> pgsql-hackers >> Thread
2025-04-03 15:41:00 | Re: Making sslrootcert=system work on Windows psql (George MacKerron)
certificate signed by a public CA. Your diff certainly fixes (1b), so it’s definitely
Mailing lists >> pgsql-hackers >> Thread
2025-04-03 13:41:35 | Re: Making sslrootcert=system work on Windows psql (Daniel Gustafsson)
certificates are loaded should be used. There is one default directory, one default file and one default
Mailing lists >> pgsql-hackers >> Thread
2025-04-03 04:21:13 | Re: Making sslrootcert=system work on Windows psql (Jacob Champion)
certificate bundle I'd set up. If we'd decided to do that from the beginning
Mailing lists >> pgsql-hackers >> Thread
2025-04-02 16:39:06 | Re: Making sslrootcert=system work on Windows psql (George MacKerron)
certificates will be validated against the system CA cert store), even in the name of backward
Mailing lists >> pgsql-hackers >> Thread
2025-04-02 00:05:08 | Making sslrootcert=system work on Windows psql (George MacKerron)
certificates. I’ve recently been trying to get it more widely supported, with some success