linkchecker/linkcheck/checker
Antoine Beaupré 9b12b5d66f
workaround new limitation in requests
newer requests do not expose the internal SSL socket object so we
cannot verify certificates. there was work to allow custom
verification routines which we could use, but this never finished:

https://github.com/shazow/urllib3/pull/257

so right now, just treat missing socket information as if the cert was
missing.

Closes: #76
2017-10-02 20:19:25 -04:00
..
__init__.py Support itms-services: URLs. #532 2014-09-05 21:06:10 +02:00
const.py More python3 fixes 2014-09-12 21:59:07 +02:00
dnsurl.py Fix documentation. 2014-04-28 18:10:20 +02:00
fileurl.py More python3 fixes 2014-09-12 21:59:07 +02:00
ftpurl.py More python3 fixes 2014-09-12 21:59:07 +02:00
httpurl.py workaround new limitation in requests 2017-10-02 20:19:25 -04:00
ignoreurl.py Ignore URLs earlier. 2014-03-10 18:05:11 +01:00
internpaturl.py Fix intern URL search pattern. 2014-06-13 23:52:21 +02:00
itmsservicesurl.py Support itms-services: URLs. #532 2014-09-05 21:06:10 +02:00
mailtourl.py Added some Python3 fixes. 2014-09-12 19:36:30 +02:00
nntpurl.py Introduce check plugins, use Python requests for http/s connections, and some code cleanups and improvements. 2014-03-01 00:12:34 +01:00
proxysupport.py Added some Python3 fixes. 2014-09-12 19:36:30 +02:00
telneturl.py Introduce check plugins, use Python requests for http/s connections, and some code cleanups and improvements. 2014-03-01 00:12:34 +01:00
unknownurl.py Updated unknown URL schemes. 2014-07-13 21:51:53 +02:00
urlbase.py Allow wayback-format urls without affecting atom 'feed' urls 2017-02-09 11:43:45 +00:00