XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Transport-XMPP failing to start

    Scheduled Pinned Locked Moved Solved Advanced features
    22 Posts 5 Posters 5.0k Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T Offline
      techiem2 @julien-f
      last edited by

      @julien-f Thanks!
      Just got you setup and DM'd.
      Let me know if you need anything else to poke around on. 🙂

      1 Reply Last reply Reply Quote 0
      • julien-fJ Offline
        julien-f Vates 🪐 Co-Founder XO Team
        last edited by

        If other people get the UNABLE_TO_VERIFY_LEAF_SIGNATURE error, check that your XMPP server provides the correct certificate chain.

        You can use OpenSSL for this:

        $ openssl s_client -connect $domain:$port -starttls xmpp -showcerts </dev/null
        CONNECTED(00000003)
        depth=0 CN = $domain
        verify error:num=20:unable to get local issuer certificate
        verify return:1
        depth=0 CN = $domain
        verify error:num=21:unable to verify the first certificate
        verify return:1
        depth=0 CN = $domain
        verify return:1
        
        1 Reply Last reply Reply Quote 1
        • olivierlambertO olivierlambert marked this topic as a question on
        • olivierlambertO olivierlambert has marked this topic as solved on
        • First post
          Last post