python-sdk icon indicating copy to clipboard operation
python-sdk copied to clipboard

Agents talking to MCP Server, SSL verification is failing. Has some been through this?

Open aniketwattamwar opened this issue 3 months ago • 0 comments

Question

Agents talking to deployed MCP Server, SSL verification is failing. Has some been through this?

Additional Context

I have a server up and running and is able to respond with an MCP client the list of tools. I then created an agent with crew AI following this - https://docs.crewai.com/en/mcp/streamable-http If the MCP server is running on local it answers the questions asked to agent and works all fine.

But when I deploy it just changing the URL from localhost to deployed one gives SSL verification error as below: httpx.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1016)

I tried many things but always failing here. Any solution?

aniketwattamwar avatar Nov 14 '25 22:11 aniketwattamwar