mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unittest - default to taskd.trust="ignore hostname"
* The currently available taskd testing certificates fail if taskd.trust is set to strict. See also: TW-1519
This commit is contained in:
parent
7d75547f44
commit
67cb30fdce
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ class Task(object):
|
|||
self.config("taskd.certificate", cert)
|
||||
self.config("taskd.key", key)
|
||||
self.config("taskd.ca", self.taskd.ca_cert)
|
||||
self.config("taskd.trust", "ignore hostname")
|
||||
|
||||
address = ":".join((self.taskd.address, str(self.taskd.port)))
|
||||
self.config("taskd.server", address)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue