Skip to content
Discussion options

You must be logged in to vote

Hey @0xAttra, yes you can set up a reverse proxy without SSL.
If you use http:// it will default convert the websocket to use ws:// and if you use https:// it will default the websocket connection to use wss://.

You can see this conversion in the mcpgateway.reverse_proxy._connect_websocket function: https://github.com/IBM/mcp-context-forge/blob/main/mcpgateway/reverse_proxy.py#L350

I hope this helps, if you've any other questions just ask.
Thanks,
Brian

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@0xAttra
Comment options

@brian-hussey
Comment options

@0xAttra
Comment options

Answer selected by brian-hussey
Comment options

You must be logged in to vote
1 reply
@0xAttra
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants