Closed polof closed 10 years ago
We believe that the issue you reported is fixed in the source repository of linkchecker which can be found under: https://github.com/wummel/linkchecker
Changelog entry:
Thank you for reporting the issue. It is now marked as fixed. If you believe that the issue is not fixed appropriately just add a comment to this issue.
A new version 9.1 of linkchecker has been released on 30.3.2014. Therefore this bug will be closed. If you think this issue is not solved, please open a new issue.
Looks like this is still happening. I'm using LinkChecker 9.3 on Debian 8.5.
My config file contains:
[checking]
sslverify=0
Here's a screenshot:
craig@jumphost:~$ linkchecker http://staging/ --config=./linkchecker.staging.rc
INFO 2016-08-07 11:04:53,736 MainThread Checking intern URLs only; use --check-extern to check extern URLs.
LinkChecker 9.3 Copyright (C) 2000-2014 Bastian Kleineidam
Start checking at 2016-08-07 11:04:58+011
10 threads active, 105 links queued, 5 links in 3 URLs checked, runtime 1 seconds
URL `https://staging/index.php?route=account/account'
Name ` My Account '
Parent URL http://staging/, line 78, col 30
Base http://staging/
Real URL https://staging/index.php?route=account/account
Check time 3.578 seconds
Result Error: SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)
10 threads active, 271 links queued, 55 links in 17 URLs checked, runtime 6 seconds
/usr/lib/python2.7/dist-packages/urllib3/connectionpool.py:732: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html (This warning will only appear once by default.)
InsecureRequestWarning)
URL `https://staging/index.php?route=account/account'
Name `My Account'
Parent URL https://staging/index.php?route=account/register, line 803, col 15
Base https://staging/
Real URL https://staging/index.php?route=account/account
Check time 3.578 seconds
Result Error: SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)
URL `https://staging/index.php?route=account/account'
Name `My Account'
Parent URL https://staging/index.php?route=account/register, line 592, col 5
Base https://staging/
Real URL https://staging/index.php?route=account/account
Check time 3.578 seconds
Result Error: SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)
Cheers, Craig
Hmmm. Seems the above problem occurs with linkchecker 9.3 on my debian 8 VM but behaves correctly with linkchecker 9.3 on my ubuntu 16.04 VM...
Aaaand apt-get update + upgrade fixed the problem. The python-urllib3 and python-requests packages - which are dependencies according to apt-cache showpkg linkchecker - were upgraded and the problem went away...
Hi,
I'm trying to disable SSL/TLS certificate validation using sslverify=0 in the config file. It works for https links, but not when the link redirects to an https address. Here is my testcase:
My linkcheckerrc:
Also, I think I have the same problem when setting sslverify to a CA bundle.
Here's the command output: