Postgresql TLS
This commit is contained in:
parent
ff1d669670
commit
d3ac2bbc9b
|
@ -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)))))
|
||||
|
|
Loading…
Reference in New Issue