1[
2{
3  message: <<EOM
4Since version 1.25 HTTPS connections are now verified by default which is done
5via "cert_reqs = 'CERT_REQUIRED'".  While certificate verification can be
6disabled via "cert_reqs = 'CERT_NONE'", it's highly recommended to leave it on.
7
8Various consumers of net/py-urllib3 already have implemented routines that
9either explicitly enable or disable HTTPS certificate verification (e.g. via
10configuration settings, CLI arguments, etc.).
11
12Yet it may happen that there are still some consumers which don't explicitly
13enable/disable certificate verification for HTTPS connections which could then
14lead to errors (as is often the case with self-signed certificates).
15
16In case of an error one should try first to temporarily disable certificate
17verification of the problematic urllib3 consumer to see if that approach will
18remedy the issue.
19EOM
20}
21]
22