blob: ca78d3f0d4003d7222e66f581d7c8f840c373f6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
See https://bugs.debian.org/854210
--- a/sendxmpp
+++ b/sendxmpp
@@ -299,7 +299,7 @@
'interactive' => ($interactive or 0),
'tls' => ($tls or 0),
'no-tls-verify' => ($no_tls_verify or 0),
- 'tls-ca-path' => ($tls_ca_path or ''),
+ 'tls-ca-path' => ($tls_ca_path or '/etc/ssl/certs'),
'ssl' => ($ssl or 0),
'debug' => ($debug or 0),
'verbose' => ($verbose or 0),
|