I am trying to setup prosody on my raspberry pi zero and expose it using cloudflare tunnel. However, when it comes to VirtualHost and ssl settings, I am not sure what are the details to be provided since cloudflare tunnel takes care of the ssl certificates and keys. Need help on it
You must log in or # to comment.
Just get it working locally without TLS/ssl. You probably want to set this:
c2s_require_encryption = falseIf you are hoping to talk to people outside your domain you will have to figure out what to do about server to server communications.
got you. Thanks mate. Now I need to figure out how to tunnel this
i haven’t used prosody, but it appears you can create your own client certificate using Cloudflare then manually install it in prosody
