{
  "id": "python/requests-connectionerror-ssl-certificate-verify-failed-crl",
  "signature": "requests.exceptions.SSLError: HTTPSConnectionPool(host='revoked.example.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate revoked')))",
  "signature_zh": "requests.exceptions.SSLError: HTTPSConnectionPool(host='revoked.example.com', port=443): 超过最大重试次数 (由SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] 证书验证失败：证书已被吊销'))引起)",
  "regex": "requests\\.exceptions\\.SSLError:\\ HTTPSConnectionPool\\(host='revoked\\.example\\.com',\\ port=443\\):\\ Max\\ retries\\ exceeded\\ with\\ url:\\ /\\ \\(Caused\\ by\\ SSLError\\(SSLCertVerificationError\\(1,\\ '\\[SSL:\\ CERTIFICATE_VERIFY_FAILED\\]\\ certificate\\ verify\\ failed:\\ certificate\\ revoked'\\)\\)\\)",
  "domain": "python",
  "category": "network_error",
  "subcategory": null,
  "root_cause": "The server's SSL certificate has been revoked by the issuing CA.",
  "root_cause_type": "generic",
  "root_cause_zh": "服务器的SSL证书已被颁发CA吊销。",
  "versions": [
    {
      "version": "3.x",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "Setting verify=False to bypass",
      "why_fails": "Bypasses security but does not fix the revoked certificate; insecure.",
      "fail_rate": 0.6,
      "condition": "",
      "sources": []
    },
    {
      "action": "Using a different SSL library",
      "why_fails": "The revocation status is checked by the CA, not the library.",
      "fail_rate": 0.9,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Contact the server administrator to obtain a new certificate",
      "success_rate": 0.95,
      "how": "The certificate must be re-issued by the CA.",
      "condition": "",
      "sources": []
    },
    {
      "action": "Use a different endpoint with a valid certificate",
      "success_rate": 0.8,
      "how": "requests.get('https://valid-alternative.example.com')",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": null,
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.85,
  "fix_success_rate": 0.8,
  "resolvable": "partial",
  "first_seen": "2025-11-20",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}