From 5c412a66b8c148852dbf8d5b9ca45d08c7865fb1 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 9 Mar 2012 00:48:49 +0100 Subject: Add a ca_cert_path option --- data/default_config.cfg | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'data/default_config.cfg') diff --git a/data/default_config.cfg b/data/default_config.cfg index ac2e245e..5232eb06 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -14,11 +14,18 @@ port = 5222 # Do not touch this if you don’t know what you are doing certificate = -# Skip the SSL verification +# Skip the SSL certificate fingerprint verification # Should be true in most cases, as you want to check that the server keeps # the same certificate. ignore_certificate = false +# Path to the certificate authenticating the Authority +# A server may have several certificates, but if it uses a CA, it will often +# keep the same for obvious reasons, so this is a good option if your server +# does this, rather than skipping all verifications. +# This is not affected by ignore_certificate +ca_cert_path = + # Auto-reconnects you when you get disconnected from the server # defaults to false because it should not be necessary auto_reconnect = false -- cgit v1.2.3