mlgoc: Adds option to enable or disable the SSL checks

Added the configuration option `InsecureNoCheckCert' to the mlogc
configuration file. This option allow to establish connections ignoring
SSL checks.
This commit is contained in:
Felipe Zimmerle
2014-11-14 12:39:34 -08:00
parent 73d7955ac1
commit 9f005c3ded
2 changed files with 36 additions and 6 deletions

View File

@@ -96,3 +96,10 @@ ServerErrorTimeout 60
# KeepAlive 150
# KeepAliveTimeout 300
# When set to '0', mlogc will validate the certificate and the whole
# chain, the root certificate most be trusted. If this check fail the
# connection will be dropped. To ignore the SSL checks, set InsecureNoCheckCert
# to '1'
InsecureNoCheckCert 1