Replies: 1 comment
-
I've integrated Mochi with Let's Encrypt here: https://github.com/Cyberax/lenc-mochi You can see how the HTTPS is handled: https://github.com/Cyberax/lenc-mochi/blob/f51cb9c2cc75bbaad5f9094405b3791290cc40fc/server/cert.go#L94 The TCP-based MQTT is not muxable with the classic HTTP, but if you want to mux the WebSocket connection, you might have to copy-paste the |
Beta Was this translation helpful? Give feedback.
0 replies
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,
first of all thanks and congratulations for this piece of software, it is a nice one to work with.
I would like to ask if anyone have experience embedding this broker in another server, like HTTP server mux.
Do you see any drawback ? Any issue to worry about ?
I mean, the situation would be a (somehow) classical web server with HTTP API which interact with a DB and the underlying broker.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions