summaryrefslogtreecommitdiff
path: root/tests/certs
Commit message (Collapse)AuthorAgeFilesLines
* linkcheck: Specify subjectAltName in test self-signed certificateFrançois Freitag2020-11-151-42/+42
| | | | | | | | | Clears warning: tests/test_build_linkcheck.py::test_connect_to_selfsigned_with_tls_cacerts tests/test_build_linkcheck.py::test_connect_to_selfsigned_with_requests_env_var …/venv/lib/python3.8/site-packages/urllib3/connection.py:455: SubjectAltNameWarning: Certificate for localhost has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/urllib3/urllib3/issues/497 for details.) warnings.warn(
* linkcheck: Verify behavior with self-signed certsFrançois Freitag2020-11-141-0/+50