version certificate tests gives
requests version: 2.32.5
cacerts: C:\Python\Python313\Lib\site-packages\certifi\cacert.pem
certificate test: not okfor the newest certifi package. It works with certifi==2024.8.30.
See also: T97392.
The current pattern WMF_CACERT = 'MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs' is no longer in cacert.pem of certifi but still available with httplib2. I have no glue whether that pattern is sill valid or whether the certifcate has been changed in meantime.