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

  • upofadown@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Just get it working locally without TLS/ssl. You probably want to set this:

    c2s_require_encryption = false
    

    If you are hoping to talk to people outside your domain you will have to figure out what to do about server to server communications.