Postgresql TLS

This commit is contained in:
Niten 2020-11-11 12:31:01 -08:00
parent ff1d669670
commit d3ac2bbc9b
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@
db-name db-name
db-username db-username
db-password) 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 (with-backplane xmpp-host xmpp-username xmpp-password
(lambda (backplane) (lambda (backplane)
(xmpp:receive-stanza-loop backplane))))) (xmpp:receive-stanza-loop backplane)))))