chiark / gitweb /
git-svn: check HTTPS connection with Python Requests
authorHans-Christoph Steiner <hans@eds.org>
Mon, 5 Feb 2018 13:44:59 +0000 (14:44 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 12 Feb 2018 11:07:24 +0000 (12:07 +0100)
commitdc26e7f79f28ba520465b8a2f199c209c7b77350
tree11cc63da3646f1831db551ddd83e2006b005ebf4
parenta1075f45cca3919a49192f94da366a423bdb6c4b
git-svn: check HTTPS connection with Python Requests

git-svn will put up the "Reject/Accept" prompt if it encounters a bad HTTPS
certificate.  I could find no way to stop it from doing that.  So instead,
this checks the HTTPS connection with an HTTP HEAD request first.
fdroidserver/common.py