R
Railway2y ago
root

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
Percy
Percy2y ago
Project ID: b6bf8d4c-a5ba-4492-9cf6-c77e8f5f90be
Percy
Percy2y ago
You might find these helpful: - Help Thread - Help Thread - Help Thread
⚠️ experimental feature
root
root2y ago
b6bf8d4c-a5ba-4492-9cf6-c77e8f5f90be
root
root2y ago
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