taskwarrior-flutter icon indicating copy to clipboard operation
taskwarrior-flutter copied to clipboard

sync: taskd.trust parameter is ignored

Open TxAnton opened this issue 11 months ago • 0 comments

Describe your issue

When configuring task server the app asks to choose file or paste content of .taskrc. Either way when I give it config with option taskd.trust=ignore hostname it is not preserved in final config.

It is only my guess that in my particular case missing trust parameter is the problem. The guess is based on knowledge that my setup needs that option (doesn't work without it), and that it is not there in config after save. I have made sure this works on other clients, like foreground on android and official binary ver. 2.6.2 on desktop

Steps to reproduce

Confgure taskd server Issue self-signed certificate with arbitrary (wrong) domain Copy certs and cred to client with taskwarrior-flutter Configure sync. Give it taskrc file (with taskd.trust=ignore hostname option) and certs. It will show no errors (if everything done right) Tap at "Taskrc file is verified". It will show config, "trust" parameter is missing Try to sync. It will show no errors. However nothing is synced.

What was the expected result?

Sync is expected to work, or at least show any errors.

Put here any screenshots or videos (optional)

No response

How can we contact you (optional)

No response

Would you like to work on this issue?

None

By submitting this issue, I have confirmed that:

  • [X] I have starred the repo ⭐ and watched 👀 it on GitHub and followed the contribution guidelines.

TxAnton avatar Jan 07 '25 17:01 TxAnton