sosedoff / pgweb

Cross-platform client for PostgreSQL databases
https://sosedoff.github.io/pgweb
MIT License
8.63k stars 732 forks source link

Support for Client Certificates #145

Closed 64b2b6d12b closed 7 years ago

64b2b6d12b commented 8 years ago

When a database is configured to only allow Client Certificate connections, pgweb will fail to connect and we see the following error pq: connection requires a valid client certificate. Is there a way pgweb can support Client Certificate connections?

sosedoff commented 8 years ago

This seems to be a legit issue. Btw, how are you connecting to your server? Via host/port/etc or via database uri string?

sosedoff commented 7 years ago

No feedback. Closing.