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