org.postgresql.util.PSQLException SSL error Certificates do not conform to algorithm constraints
This happens when I try to connect to my Postgres database with
kit/sql
(which uses JDBC).
(framework: https://kit-clj.github.io/)5 Replies
Project ID:
b6bf8d4c-a5ba-4492-9cf6-c77e8f5f90be
⚠️ experimental feature
b6bf8d4c-a5ba-4492-9cf6-c77e8f5f90be
Hmm, looks like the server is using an RSA key that's shorter than Java would like.
Ah, I fixed it by enabling SHA1 in my system security config.
!close