=?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
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
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
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
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