Hello,
I set certificate auth on postgresql 9.3. I generate SSL certificate with my custom extension. So, OpenSSL read it,
PostgreSQLaccept 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 read SSL extension?
Best regards,
Dmitry Voronin