This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-07
Channels
- # aleph (10)
- # announcements (6)
- # architecture (23)
- # atom-editor (2)
- # beginners (35)
- # biff (5)
- # cljdoc (22)
- # clojure (14)
- # clojure-europe (18)
- # clojure-hungary (26)
- # clojure-nl (6)
- # clojure-uk (6)
- # clojurescript (39)
- # core-async (1)
- # data-science (14)
- # datascript (20)
- # datomic (4)
- # graalvm (18)
- # jobs-discuss (5)
- # keechma (1)
- # leiningen (4)
- # malli (3)
- # nbb (11)
- # nextjournal (2)
- # off-topic (1)
- # parinfer (1)
- # releases (1)
- # remote-jobs (3)
- # shadow-cljs (7)
- # sql (2)
- # xtdb (4)
Anyone have experience connecting to postgresql with SSL certs rather than a password?
This approach https://stackoverflow.com/questions/52335780/connection-to-google-cloud-postgresql-via-jdbc-with-ssl (also documented here https://jdbc.postgresql.org/documentation/head/ssl-client.html) seems on the right track.
I followed the openssl x509 -outform der -in server-ca.pem -out server-ca.der
step, but later I get a java.io.IOException: extra data given to DerValue constructor
I got it and archived it here https://archive.ph/wip/e1ZAo (the SO answers were useless in comparison)