Hi all, I noticed that when Wget is compiled with no SSL support, two tests from the Python test suite fail. For me it's always reproducible:
$ ./configure --without-ssl $ make check <output trimmed> FAIL: Test--https.py FAIL: Test--https-crl.pyThis doesn't look like desired behaviour, does it? Ideally, those tests should be skipped when Wget does not support SSL. Isn't there anything like WgetFeature.pm in the Python tests?
-- Regards, - AJ
