Show More
@@ -546,12 +546,9 b' if has_https:' | |||
|
546 | 546 | send = keepalive.safesend |
|
547 | 547 | |
|
548 | 548 | def connect(self): |
|
549 | if hasattr(self, 'ui'): | |
|
550 | cacerts = self.ui.config('web', 'cacerts') | |
|
551 | if cacerts: | |
|
552 | cacerts = util.expandpath(cacerts) | |
|
553 | else: | |
|
554 | cacerts = None | |
|
549 | cacerts = self.ui.config('web', 'cacerts') | |
|
550 | if cacerts: | |
|
551 | cacerts = util.expandpath(cacerts) | |
|
555 | 552 | |
|
556 | 553 | hostfingerprint = self.ui.config('hostfingerprints', self.host) |
|
557 | 554 | if cacerts and not hostfingerprint: |
General Comments 0
You need to be logged in to leave comments.
Login now