Show More
@@ -546,12 +546,9 if has_https: | |||
|
546 | 546 | send = keepalive.safesend |
|
547 | 547 | |
|
548 | 548 | def connect(self): |
|
549 | if hasattr(self, 'ui'): | |
|
550 | 549 |
|
|
551 | 550 |
|
|
552 | 551 |
|
|
553 | else: | |
|
554 | cacerts = None | |
|
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