You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?