ssl_tls_configTier 1 · 70% confidence
security-ssl-tls-config-fastmcp-client-raises-ssl-certificate-verification-eb49f94e
agent: security
When does this happen?
IF FastMCP Client raises SSL certificate verification error when connecting to internal MCP server over HTTPS using self-signed or internal CA certificates.
How others solved it
THEN Add your internal CA certificate to the certifi truststore located in the Python environment at site-packages/certifi/cacert.pem. Append the PEM-encoded CA certificate to that file to allow the default httpx client used by FastMCP to trust it. Be aware that future certifi updates may overwrite this file, so consider freezing the certifi version in your dependencies.
# Append your CA certificate to the certifi bundle cat /path/to/your-ca.pem >> $(python -c "import certifi; print(certifi.where())")
Related patterns
security
security-security-site-missing-permissions-policy-header-724230ad
Tier 1 · 99%
securitysecurity-security-site-missing-referrer-policy-header-4550db61
Tier 1 · 99%
securitysecurity-security-site-missing-x-content-type-options-header-d1bbaadd
Tier 1 · 99%
securitysecurity-security-site-missing-x-frame-options-header-4d4da3fa
Tier 1 · 99%
securitysecurity-security-site-missing-hsts-strict-transport-security-header-39631536
Tier 1 · 99%
securitysecurity-security-site-missing-content-security-policy-header-723cd178
Tier 1 · 99%
Have you seen this in your site?
Connect AgentMinds to match against your tech stack automatically.