Closed regisrob closed 4 years ago
This is works OK now on the deployed live version:
but running from the command line it does show this error... Using the latest version from github master.
Testing with the following command line:
iiif-validate.py -s ccj-iiif.huma-num.fr —-scheme=https -p iiif/image -i JP2/67352ccc-d1b0-11e1-89ae-279075081939.jp2 --version=2.0 --level=1 -q
which is showing the error.
Looks to be an invalid -
--
worked OK.
When running the validator locally, I noticed that it does not seem to take into account the
--scheme
parameter:iiif-validate.py -s example.org --scheme=https -p iiif -i 67352ccc-d1b0-11e1-89ae-279075081939.jp2 --version=2.0 --level=1 -v
The verbose output shows that image requests are being sent to "http://example.org" instead of "https://example.org". Moreover, test n°14 fails erroneously because the validator expects an HTTP url in the info.json id field.
This is a different issue as #43.