Merge pull request #1219 from GLolol/patch-1

conf: fix help for verifyCertificates
This commit is contained in:
Valentin Lorentz 2016-02-24 17:27:22 +01:00
commit 2c1de2328b
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.""")))
###