mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TLS
- When an invalid value for 'taskd.trust' is noticed, the 'sync' command will error out, and the 'diag' command will refer the user to the man page. This is because the allowed values were 'yes'/'no', and now are 'strict'/'ignore hostname'/'allow all'.
This commit is contained in:
parent
dcc5dbf16a
commit
fe46dadeee
9 changed files with 22 additions and 7 deletions
|
@ -488,6 +488,7 @@
|
|||
#define STRING_CMD_SYNC_CONNECT "Ne povis konekti al {1} {2}"
|
||||
#define STRING_CMD_SYNC_HANDSHAKE "Handshake failed. {1}"
|
||||
#define STRING_CMD_SYNC_TRUST_CA "You should either provide a CA certificate or override verification, but not both."
|
||||
#define STRING_CMD_SYNC_TRUST_OBS "The 'taskd.trust' settings may now only contain a value of 'strict', 'ignore hostname' or 'allow all'."
|
||||
#define STRING_CMD_DIAG_USAGE "Operaciuma, kompila, kaj media detaloj"
|
||||
#define STRING_CMD_DIAG_PLATFORM "Operaciumo"
|
||||
#define STRING_CMD_DIAG_UNKNOWN "<nekonata>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue