Re: [HACKERS] Fwd: SSL auth question

2014-04-03 Thread Tom Lane
=?koi8-r?B?98/Sz87JziDkzcnU0snK?= writes: > I know it. So, my second questions is: > How can I add support of this extension in PostgreSQL. So, I want to do > thing, that PostgreSQL accept connection with cert auth method and > certificate has my extension with critical flag? Seems like this is

Re: [HACKERS] Fwd: SSL auth question

2014-04-03 Thread Воронин Дмитрий
Thank you for answer! I know it. So, my second questions is: How can I add support of this extension in PostgreSQL. So, I want to do thing, that PostgreSQL accept connection with cert auth method and certificate has my extension with critical flag? 03.04.2014, 04:33, "Wim Lewis" : > On 1 Apr 201

Re: [HACKERS] Fwd: SSL auth question

2014-04-02 Thread Wim Lewis
On 1 Apr 2014, at 11:38 PM, carriingfat...@ya.ru wrote: > I set certificate auth on postgresql 9.3. I generate SSL certificate with my > custom extension. So, OpenSSL read it, PostgreSQL accept it if this extension > is not critical, but if I set this extension critical, PostgreSQL deny > conne

Re: [HACKERS] Fwd: SSL auth question

2014-04-02 Thread Robert Haas
On Wed, Apr 2, 2014 at 2:38 AM, wrote: > I set certificate auth on postgresql 9.3. I generate SSL certificate with my > custom extension. So, OpenSSL read it, PostgreSQL accept it if this extension > is not critical, but if I set this extension critical, PostgreSQL deny > connection. > > How c

[HACKERS] Fwd: SSL auth question

2014-04-02 Thread carriingfate92
Hello, I set certificate auth on postgresql 9.3. I generate SSL certificate with my custom extension. So, OpenSSL read it, PostgreSQL accept it if this extension is not critical, but if I set this extension critical, PostgreSQL deny connection. How can I prevent it? Where PostgreSQL try to rea