From d3ac2bbc9b0ec4c1cc9fb5db178982a2b1deb974 Mon Sep 17 00:00:00 2001 From: Niten Date: Wed, 11 Nov 2020 12:31:01 -0800 Subject: [PATCH] Postgresql TLS --- backplane-dns.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backplane-dns.lisp b/backplane-dns.lisp index 2724a30..b9aa6d7 100644 --- a/backplane-dns.lisp +++ b/backplane-dns.lisp @@ -191,7 +191,7 @@ db-name db-username db-password) - (postmodern:with-connection (list db-name db-username db-password db-host :use-ssl t) + (postmodern:with-connection (list db-name db-username db-password db-host :use-ssl :try) (with-backplane xmpp-host xmpp-username xmpp-password (lambda (backplane) (xmpp:receive-stanza-loop backplane)))))