If keysite url is case sensitive, it is saved incorrectly to config. Matters when using local copy ("file://...") of a keysite on casesensitive filesystems, commonly linux ext4 (is what I have).
file:///home/username/WIIU/keysite
becomes: file:///home/username/wiiu/keysite in config.json.
Correcting it manually in config.json works, so the issue is with saving.
If keysite url is case sensitive, it is saved incorrectly to config. Matters when using local copy (
"file://..."
) of a keysite on casesensitive filesystems, commonly linux ext4 (is what I have).file:///home/username/WIIU/keysite
becomes:
file:///home/username/wiiu/keysite
inconfig.json
.Correcting it manually in
config.json
works, so the issue is with saving.