mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
parent
e1a86665ae
commit
7c9b92bee5
@ -1179,10 +1179,8 @@ utils.web.proxy = supybot.protocols.http.proxy
|
|||||||
registerGroup(supybot.protocols, 'ssl')
|
registerGroup(supybot.protocols, 'ssl')
|
||||||
registerGlobalValue(supybot.protocols.ssl, 'verifyCertificates',
|
registerGlobalValue(supybot.protocols.ssl, 'verifyCertificates',
|
||||||
registry.Boolean(False, _("""Determines whether server certificates
|
registry.Boolean(False, _("""Determines whether server certificates
|
||||||
will be verified. Valid values are "required", "optional", and "none".
|
will be verified, which checks whether the server certificate is signed
|
||||||
The default and recommended setting is "required", which checks the
|
by a known certificate authority, and aborts the connection if it is not.""")))
|
||||||
server certificate is signed by a known Certificate Authority, and
|
|
||||||
aborts the connection if it is not.""")))
|
|
||||||
|
|
||||||
|
|
||||||
###
|
###
|
||||||
|
Loading…
Reference in New Issue
Block a user