You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to scan a full sitemap in a server with a self-signed certificate (and with "ignoreHTTPSErrors": true flag enabled) but when running pa11y-ci I get this error:
pa11y-ci --sitemap http://site/sitemap.xml
The sitemap "http://site/sitemap.xml" could not be loaded
If I just scan the URL (without loading the sitemap), it works fine and it reaches the URL (so the self-signed certificate is not an issue there).
I have also tried hosting the sitemap.xml locally and running pa11y-ci with the --sitemap option and it loads the sitemap correctly and scans all the URLs.
I am not sure what is the problem when the sitemap is loaded from the server, is there a way to debug that error message?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm experiencing the same issue. The pa11y command has the --debug option, but I'm not seeing something similar for pa11y-ci, so it's hard to debug. Is there some way to get more information on what went wrong than just "could not be loaded?"
Hello!
I am trying to scan a full sitemap in a server with a self-signed certificate (and with
"ignoreHTTPSErrors": true
flag enabled) but when running pa11y-ci I get this error:If I just scan the URL (without loading the sitemap), it works fine and it reaches the URL (so the self-signed certificate is not an issue there).
I have also tried hosting the sitemap.xml locally and running pa11y-ci with the
--sitemap
option and it loads the sitemap correctly and scans all the URLs.I am not sure what is the problem when the sitemap is loaded from the server, is there a way to debug that error message?
Thanks!
The text was updated successfully, but these errors were encountered: