conf: fix help for verifyCertificates

Closes #1216.
This commit is contained in:
James Lu 2016-02-24 07:02:10 -08:00
parent e1a86665ae
commit 7c9b92bee5
1 changed files with 2 additions and 4 deletions

View File

@ -1179,10 +1179,8 @@ utils.web.proxy = supybot.protocols.http.proxy
registerGroup(supybot.protocols, 'ssl')
registerGlobalValue(supybot.protocols.ssl, 'verifyCertificates',
registry.Boolean(False, _("""Determines whether server certificates
will be verified. Valid values are "required", "optional", and "none".
The default and recommended setting is "required", which checks the
server certificate is signed by a known Certificate Authority, and
aborts the connection if it is not.""")))
will be verified, which checks whether the server certificate is signed
by a known certificate authority, and aborts the connection if it is not.""")))
###