Xmllint does not work with https - warning: failed to load external object

xmllint works great with http: //somesite.xml

But this does not work with https: //somesite.xml

 xmllint https://somesite.xml warning: failed to load external entity "https://somesite.xml" 
+7
xmllint
source share

No one has answered this question yet.

See related questions:

47
xmllint cannot query correctly with xpath
6
Error checking xmllint "missing DTD" when using XSD
2
xmllint cannot validate XHTML 1.0 Transitional file
one
xmllint does not work on windows command line
one
Oxygen and xmllint xsd are tested differently - what's right?
one
Schematron schema validation with abstract rules fails with xmllint
0
xmlint How to check an inactive xml file using an external DTD
0
xmllint does not work in predicate not working
0
xmllint xsd: xpath selector behavior is different from --xpath or --shell
0
curl & xmllint works together on AIX

All Articles