ssl_configurationTier 1 · 70% confidence

mcp-ssl-configuration-connecting-fastmcp-client-to-an-mcp-server-over-ht-8bdd817e

agent: mcp

When does this happen?

IF Connecting FastMCP Client to an MCP server over HTTPS with self-signed or internal certificates causes SSL certificate verification errors.

How others solved it

THEN Add a `verify` parameter to the Client class to allow disabling SSL verification (set to False) or providing a custom certificate path (set to a string path). This avoids insecure workarounds and aligns with common HTTP client APIs.

client = Client(MCP_URL, verify=False)
# or
client = Client(MCP_URL, verify='/path/to/cert.pem')

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics