Local MCP #2027
Local MCP
#2027
Replies: 1 comment 1 reply
-
|
you mean on your own instance of chat-ui right? are you using latest release? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have an MCP server that's reachable under:
The first one is via self-signed certificate, and the 2nd is via Consul Connect service mesh (mTLS, as indicated via
virtual.consul). Both connect to the same service, but thehttpsone has 2 extra hops via ingress & traefik, whereas thevirtual.consuladdressing ishttpinside the container, and mTLS between the services and doesn't require connecting via ingress/traefik (just 1 proxy hop).Service intentions are already enabled between the services.
Now,

chat-uiapparently doesn't allowhttpwhen configuring an MCP server:And the

httpsurl doesn't work either bc it's self-signed:I've already tried providing the certs via env vars:
But it's not working. I would rather avoid exposing my MCP server to the public just so I can use it here. Do you know how to make
chat-uiaccept the self-signed certs? Or better yet; is there a way to force the support ofhttp, since it's clearly not insecure here (service-to-service comm is mTLS via service mesh)?Beta Was this translation helpful? Give feedback.
All reactions