##// END OF EJS Templates
sslutil: change comment and logged message for found ca cert file...
Gregory Szorc -
r29482:4e72995f default
parent child Browse files
Show More
@@ -196,10 +196,10 b' def _hostsettings(ui, hostname):'
196 raise error.Abort(_('could not find web.cacerts: %s') %
196 raise error.Abort(_('could not find web.cacerts: %s') %
197 cafile)
197 cafile)
198 else:
198 else:
199 # No global CA certs. See if we can load defaults.
199 # CAs not defined in config. Try to find system bundles.
200 cafile = _defaultcacerts()
200 cafile = _defaultcacerts()
201 if cafile:
201 if cafile:
202 ui.debug('using %s to enable OS X system CA\n' % cafile)
202 ui.debug('using %s for CA file\n' % cafile)
203
203
204 s['cafile'] = cafile
204 s['cafile'] = cafile
205
205
General Comments 0
You need to be logged in to leave comments. Login now