{
  "id": "go/http-request-header-too-large",
  "signature": "http: server gave HTTP response to HTTPS client",
  "signature_zh": "http: 服务器向HTTPS客户端返回了HTTP响应",
  "regex": "http:\\ server\\ gave\\ HTTP\\ response\\ to\\ HTTPS\\ client",
  "domain": "go",
  "category": "network_error",
  "subcategory": null,
  "root_cause": "客户端使用HTTPS连接，但服务端仅支持HTTP，或端口配置错误。",
  "root_cause_type": "generic",
  "root_cause_zh": "客户端使用HTTPS连接，但服务端仅支持HTTP，或端口配置错误。",
  "versions": [
    {
      "version": "1.20",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "忽略错误继续发送，导致数据不一致。",
      "fail_rate": 0.7,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "修改客户端协议但服务端未调整，仍然失败。",
      "fail_rate": 0.6,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "",
      "success_rate": 0.95,
      "how": "确保客户端和服务端协议一致，使用正确的URL scheme。",
      "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.9,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2024-06-18",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}