This repository was archived by the owner on Oct 16, 2025. It is now read-only.
Replies: 1 comment 1 reply
-
|
Hi @Masa-Kawa, I'd recommend running Nginx in front of the Camus server and doing SSL termination with Nginx. If running on a local network (i.e. not on the public internet), you'll need to generate your own SSL certificates to use HTTPS. This tutorial might be helpful for what you're trying to do (it's written for Raspberry Pi but most of the instructions apply to any Debian/Ubuntu-based system). |
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.
-
I want to make video conference on local network.
I pulled docker image of mrgnr/camus and run.
Other machine can easily connect to http:target IP:5000.
However, we cannot connect it by 'https.'
Could you tell me how to connect it by 'https://' ?
Beta Was this translation helpful? Give feedback.
All reactions