Dunno where to report this, but attempted to install bashdb on ubuntu 22.04 with 5.1.16. Running configure exited due to 'This package is only known to work with Bash 5.0' but defeating that did produce a successful result. Running make appeared successful but 'make check' did produce 2 FAILs, for test-bash-rematch & test-bug-loc. Install was successful and works for basic stepping, printing, breakpointing - so far have not had a case where I needed more functionality so that not tested.
CORRECTION - apparently I have 2 maps.xml files with one over-riding the other. I used "https" in the "hostname" in the other and no longer get the 301 error, maps work as expected. Can't see how to delete the original post.
CORRECTION - apparently I have 2 maps.xml files with one over-riding the other. I used "https" in the "hostname" in the other and no longer get the 301 error, maps work as expected.
I have my own tile server for my own maps. All worked OK until I switched server to https. My viking tile downloads are now failing with "301" (permainently relocated) error, with a curl_downlaod error message showing it is using http for the download. (Tile downloads from other software I use are continuing to work.) I can't see any place in the XML file where https can be specified. I did try specifying it in "url" line, but "http" files are still requested. How can I make https tiles be reque...