##// END OF EJS Templates
sslutil: stop checking for web.cacerts=! (BC)...
Gregory Szorc -
r29115:ef316c65 default
parent child Browse files
Show More
@@ -254,9 +254,6 b' def sslkwargs(ui, host):'
254 return kws
254 return kws
255
255
256 cacerts = ui.config('web', 'cacerts')
256 cacerts = ui.config('web', 'cacerts')
257 # TODO remove check when we stop setting this config.
258 if cacerts == '!':
259 return kws
260
257
261 # If a value is set in the config, validate against a path and load
258 # If a value is set in the config, validate against a path and load
262 # and require those certs.
259 # and require those certs.
General Comments 0
You need to be logged in to leave comments. Login now