chiark / gitweb /
makebuildserver: verify https all requests to avoid urllib3 warnings
authorMarcus Hoffmann <bubuiic@aol.com>
Wed, 16 Aug 2017 22:49:53 +0000 (00:49 +0200)
committerMarcus Hoffmann <bubuiic@aol.com>
Wed, 16 Aug 2017 22:49:53 +0000 (00:49 +0200)
commitae613ab277baff39d9ebc46445ee7734575057a4
treeb25b4933d4d793ca7e1beb3c76110c93c4259069
parent1955e2f153b946a71732e9b4e3d210c1efabd346
makebuildserver: verify https all requests to avoid urllib3 warnings

According to http://docs.python-requests.org/en/master/user/advanced/#ca-certificates
python-requests >= 2.4.0 will use the certifi provided certificates.
We already recommend installing python3-certifi in the docs.
On debian requests is patched to use the system trust store instead.
makebuildserver