Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Matrix (Synapse/Element)
  3. Help making federation work

Help making federation work

Scheduled Pinned Locked Moved Solved Matrix (Synapse/Element)
34 Posts 9 Posters 5.2k Views 10 Watching
  • 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.
  • nebulonN nebulon

    @humptydumpty is there an app installed at shinywebsite.com directly?

    humptydumptyH Offline
    humptydumptyH Offline
    humptydumpty
    wrote on last edited by
    #10

    @nebulon I have the surfer app with a static html page.

    robiR 1 Reply Last reply
    0
    • humptydumptyH humptydumpty

      @nebulon I have the surfer app with a static html page.

      robiR Offline
      robiR Offline
      robi
      wrote on last edited by
      #11

      @humptydumpty that appears to be a WP site.

      make sure to have your friend enter the full URL:
      https://sub.domain.com

      Conscious tech

      humptydumptyH 1 Reply Last reply
      0
      • robiR robi

        @humptydumpty that appears to be a WP site.

        make sure to have your friend enter the full URL:
        https://sub.domain.com

        humptydumptyH Offline
        humptydumptyH Offline
        humptydumpty
        wrote on last edited by
        #12

        @robi That's not my actual link. @subven used it as an example if I'm not mistaken.

        I have matrix installed at matrix.example.me. At example.me there's the Surfer app with a static html page.

        If I run that echo command:

        curl https://example.me/.well-known/matrix/server
        

        It spits back

        { "m.server": "matrix.example.me:443" }
        

        If I input example.me at the federation tester website, I get the result shown below.

        tester-result.png

        I used example.me as the server_name & matrix.example.me as the app location.

        Cloudron is installed at my.totallydifferentdomain.com. <-- Should this link be used as the server_name?

        Arigato!

        1 Reply Last reply
        0
        • humptydumptyH Offline
          humptydumptyH Offline
          humptydumpty
          wrote on last edited by humptydumpty
          #13

          To add to this, I dug up an old Android 5.0 phone and installed Element on it.

          I could not replicate the SSL error message that my friend experienced. However, I could not sign in to my homeserver (see attachment for details). If I log into my other account hosted at the Matrix.org homeserver, it works just fine.

          fossil-phone.jpg

          I am able to connect and chat between my self-hosted matrix homeserver and the Matrix.org homeserver & accounts so as far as I can tell, federation is working fine.

          S 1 Reply Last reply
          0
          • humptydumptyH Offline
            humptydumptyH Offline
            humptydumpty
            wrote on last edited by
            #14

            Update: I think it's working now. I was able to sign into my homeserver without any errors this time.

            All I had to do was go to my Cloudron server and install Element under element.domain.me.

            I thought Element needed to be installed only if you wanted to use the web version in a browser. 🤦

            girishG 1 Reply Last reply
            0
            • humptydumptyH humptydumpty

              Update: I think it's working now. I was able to sign into my homeserver without any errors this time.

              All I had to do was go to my Cloudron server and install Element under element.domain.me.

              I thought Element needed to be installed only if you wanted to use the web version in a browser. 🤦

              girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #15

              @humptydumpty said in Help making federation work:

              I thought Element needed to be installed only if you wanted to use the web version in a browser.

              Mmm, that is indeed the case. Element is just a UI and is not needed to use the mobile apps. Can you uninstall it and try to login on the phone again? I think something else resolved the issue.

              humptydumptyH 1 Reply Last reply
              1
              • girishG girish

                @humptydumpty said in Help making federation work:

                I thought Element needed to be installed only if you wanted to use the web version in a browser.

                Mmm, that is indeed the case. Element is just a UI and is not needed to use the mobile apps. Can you uninstall it and try to login on the phone again? I think something else resolved the issue.

                humptydumptyH Offline
                humptydumptyH Offline
                humptydumpty
                wrote on last edited by
                #16

                @girish Just uninstalled Element. I'm still able to log in fine now. My brain hurts.

                1 Reply Last reply
                1
                • humptydumptyH Offline
                  humptydumptyH Offline
                  humptydumpty
                  wrote on last edited by humptydumpty
                  #17

                  I was chatting with the folks over on #element-web:matrix.org and someone said that I might have fixed an SSL issue for Matrix when I installed Element. It made sense to me but then I remembered that apps are containerized so that shouldn't be the case.

                  1 Reply Last reply
                  0
                  • humptydumptyH humptydumpty

                    To add to this, I dug up an old Android 5.0 phone and installed Element on it.

                    I could not replicate the SSL error message that my friend experienced. However, I could not sign in to my homeserver (see attachment for details). If I log into my other account hosted at the Matrix.org homeserver, it works just fine.

                    fossil-phone.jpg

                    I am able to connect and chat between my self-hosted matrix homeserver and the Matrix.org homeserver & accounts so as far as I can tell, federation is working fine.

                    S Offline
                    S Offline
                    SebGG
                    wrote on last edited by
                    #18

                    @humptydumpty
                    thanks for your advice, but now i'm totally confused!
                    if i'm doing it like the cloudron docs, i dont get the expected answer ...

                    mkdir -p /home/yellowtent/boxdata/well-known/example.com/matrix
                    echo '{ "m.server": "matrix.example.com:443" }' > /home/yellowtent/boxdata/well-known/example.com/matrix/server
                    curl https://example.com/.well-known/matrix/server
                    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
                    <html><head>
                    <title>404 Not Found</title>
                    </head><body>
                    <h1>Not Found</h1>
                    <p>The requested URL was not found on this server.</p>
                    </body></html>

                    when i use my.example.com then i get the get the expected answer ...

                    mkdir -p /home/yellowtent/boxdata/well-known/my.example.com/matrix
                    echo '{ "m.server": "matrix.example.com:443" }' > /home/yellowtent/boxdata/well-known/my.example.com/matrix/server
                    curl https://my.example.com/.well-known/matrix/server
                    { "m.server": "matrix.example.com.com:443" }

                    Until here i'm fine!

                    when i try to use the federation tester, i have some errors..

                    8e90b94d-c115-4da6-8060-a45cbefe8eac-image.png

                    and i cannot connect to federation.

                    girishG 1 Reply Last reply
                    0
                    • S SebGG

                      @humptydumpty
                      thanks for your advice, but now i'm totally confused!
                      if i'm doing it like the cloudron docs, i dont get the expected answer ...

                      mkdir -p /home/yellowtent/boxdata/well-known/example.com/matrix
                      echo '{ "m.server": "matrix.example.com:443" }' > /home/yellowtent/boxdata/well-known/example.com/matrix/server
                      curl https://example.com/.well-known/matrix/server
                      <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
                      <html><head>
                      <title>404 Not Found</title>
                      </head><body>
                      <h1>Not Found</h1>
                      <p>The requested URL was not found on this server.</p>
                      </body></html>

                      when i use my.example.com then i get the get the expected answer ...

                      mkdir -p /home/yellowtent/boxdata/well-known/my.example.com/matrix
                      echo '{ "m.server": "matrix.example.com:443" }' > /home/yellowtent/boxdata/well-known/my.example.com/matrix/server
                      curl https://my.example.com/.well-known/matrix/server
                      { "m.server": "matrix.example.com.com:443" }

                      Until here i'm fine!

                      when i try to use the federation tester, i have some errors..

                      8e90b94d-c115-4da6-8060-a45cbefe8eac-image.png

                      and i cannot connect to federation.

                      girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote on last edited by
                      #19

                      @sebgg I think this is most likely because you don't have an app installed on example.com. Just install any app there i.e on the bare domain of example.com. You can also pick some existing and set the bare domain to redirect to it. Only when the "bare domain" (https://example.com) is serviced by cloudron, will the well-known stuff work.

                      S D 2 Replies Last reply
                      1
                      • girishG girish

                        @sebgg I think this is most likely because you don't have an app installed on example.com. Just install any app there i.e on the bare domain of example.com. You can also pick some existing and set the bare domain to redirect to it. Only when the "bare domain" (https://example.com) is serviced by cloudron, will the well-known stuff work.

                        S Offline
                        S Offline
                        SebGG
                        wrote on last edited by
                        #20

                        @girish

                        thank you, this was the problem!

                        39122723-652e-49d3-aa17-57d5572e5290-image.png

                        1 Reply Last reply
                        1
                        • girishG girish

                          @sebgg I think this is most likely because you don't have an app installed on example.com. Just install any app there i.e on the bare domain of example.com. You can also pick some existing and set the bare domain to redirect to it. Only when the "bare domain" (https://example.com) is serviced by cloudron, will the well-known stuff work.

                          D Offline
                          D Offline
                          drpaneas
                          wrote on last edited by
                          #21

                          @girish said in Help making federation work:

                          @sebgg I think this is most likely because you don't have an app installed on example.com. Just install any app there i.e on the bare domain of example.com. You can also pick some existing and set the bare domain to redirect to it. Only when the "bare domain" (https://example.com) is serviced by cloudron, will the well-known stuff work.

                          Please put that information in the documentation for Matrix.

                          nebulonN 1 Reply Last reply
                          0
                          • D drpaneas

                            @girish said in Help making federation work:

                            @sebgg I think this is most likely because you don't have an app installed on example.com. Just install any app there i.e on the bare domain of example.com. You can also pick some existing and set the bare domain to redirect to it. Only when the "bare domain" (https://example.com) is serviced by cloudron, will the well-known stuff work.

                            Please put that information in the documentation for Matrix.

                            nebulonN Offline
                            nebulonN Offline
                            nebulon
                            Staff
                            wrote on last edited by
                            #22

                            @drpaneas the next Cloudron version will have a feature on the domain settings to fix this. So no need to have an app installed on the bare domain anymore then.

                            girishG 1 Reply Last reply
                            1
                            • nebulonN nebulon

                              @drpaneas the next Cloudron version will have a feature on the domain settings to fix this. So no need to have an app installed on the bare domain anymore then.

                              girishG Offline
                              girishG Offline
                              girish
                              Staff
                              wrote on last edited by
                              #23

                              @nebulon said in Help making federation work:

                              So no need to have an app installed on the bare domain anymore then.

                              We still need an app on bare domain in the latest release. All the new feature does it to set up the .well-known paths without having to edit files manually on the server.

                              DanTheManD ericdrgnE 2 Replies Last reply
                              0
                              • girishG girish

                                @nebulon said in Help making federation work:

                                So no need to have an app installed on the bare domain anymore then.

                                We still need an app on bare domain in the latest release. All the new feature does it to set up the .well-known paths without having to edit files manually on the server.

                                DanTheManD Offline
                                DanTheManD Offline
                                DanTheMan
                                wrote on last edited by
                                #24

                                @girish sorry that i bumped in the conversation. I was following the story and do have one question regarding the App installed at bare domain.
                                Does the app that's installed on bare domain have to be running? Or can it be installed, without it being active (running)?

                                girishG 1 Reply Last reply
                                0
                                • DanTheManD DanTheMan

                                  @girish sorry that i bumped in the conversation. I was following the story and do have one question regarding the App installed at bare domain.
                                  Does the app that's installed on bare domain have to be running? Or can it be installed, without it being active (running)?

                                  girishG Offline
                                  girishG Offline
                                  girish
                                  Staff
                                  wrote on last edited by
                                  #25

                                  @dantheman the app doesn't need to be running, it can be Stopped.

                                  DanTheManD 1 Reply Last reply
                                  0
                                  • girishG girish

                                    @dantheman the app doesn't need to be running, it can be Stopped.

                                    DanTheManD Offline
                                    DanTheManD Offline
                                    DanTheMan
                                    wrote on last edited by
                                    #26

                                    @girish Thanks a lot for that Girish šŸ‘šŸ‘

                                    1 Reply Last reply
                                    0
                                    • humptydumptyH Offline
                                      humptydumptyH Offline
                                      humptydumpty
                                      wrote on last edited by
                                      #27

                                      Even though I got Matrix and the Federation to work. My friend still can't log into my Matrix homeserver so I decided to set up NextCloud Talk and Mattermost and see which ones work best for us.

                                      Turns out they can't connect to ANY of them from their Samsung Galaxy S6 Edge running Android 7. I ask them to log in via the web browser just to test the account itself and they log in just fine.

                                      It's a problem logging in with the android apps only that are running on my server and the error is almost the same across them all. For Matrix/Element, if they use the Matrix homeserver, it connects just fine.

                                      Handshake error
                                      SSL error
                                      or something of the sort

                                      I found this thread on Mattermost discussing certificate issues.

                                      Quoting user "yanuk"

                                      I upgraded the SSL certs to RSA4096 and it now works. I’m not sure what happened and why it only affected a single phone in office. Seems unique to only that phone.
                                      

                                      I went to ssllabs.com and ran a test and got OCSP ERROR: Exception: connect timed out for the certificate path for the app.

                                      Screenshot 2021-01-27 085523.png

                                      **** I changed the domain in the screenshot for privacy by editing the page source - PM for more info ****

                                      The question now is how to upgrade the type of certificate that Let's Encrypt is creating and have that change be permanent when the next renewal date is up. Thoughts?

                                      girishG 1 Reply Last reply
                                      0
                                      • humptydumptyH humptydumpty

                                        Even though I got Matrix and the Federation to work. My friend still can't log into my Matrix homeserver so I decided to set up NextCloud Talk and Mattermost and see which ones work best for us.

                                        Turns out they can't connect to ANY of them from their Samsung Galaxy S6 Edge running Android 7. I ask them to log in via the web browser just to test the account itself and they log in just fine.

                                        It's a problem logging in with the android apps only that are running on my server and the error is almost the same across them all. For Matrix/Element, if they use the Matrix homeserver, it connects just fine.

                                        Handshake error
                                        SSL error
                                        or something of the sort

                                        I found this thread on Mattermost discussing certificate issues.

                                        Quoting user "yanuk"

                                        I upgraded the SSL certs to RSA4096 and it now works. I’m not sure what happened and why it only affected a single phone in office. Seems unique to only that phone.
                                        

                                        I went to ssllabs.com and ran a test and got OCSP ERROR: Exception: connect timed out for the certificate path for the app.

                                        Screenshot 2021-01-27 085523.png

                                        **** I changed the domain in the screenshot for privacy by editing the page source - PM for more info ****

                                        The question now is how to upgrade the type of certificate that Let's Encrypt is creating and have that change be permanent when the next renewal date is up. Thoughts?

                                        girishG Offline
                                        girishG Offline
                                        girish
                                        Staff
                                        wrote on last edited by
                                        #28

                                        @humptydumpty How about your mobile phone? Are you able to connect from yours and what mobile do you use?

                                        humptydumptyH 1 Reply Last reply
                                        0
                                        • girishG girish

                                          @humptydumpty How about your mobile phone? Are you able to connect from yours and what mobile do you use?

                                          humptydumptyH Offline
                                          humptydumptyH Offline
                                          humptydumpty
                                          wrote on last edited by
                                          #29

                                          @girish I have an iPhone XR running iOS 14.4 and everything works fine. I also have an old Samsung (forgot the model) that is running Android 5.0 and that works fine too. It's specifically one device that my friend is using (Samsung Galaxy S6 Edge, running Android 7.0) that refuses to connect to my homeservers through the apps (Element, NextCloud Talk, MatterMost). I installed all three apps in Cloudron, connected to all of them just fine on both of my devices (ios and android). Something about that S6 Edge phone is giving us problems. Is the OCSP error I mentioned above unrelated to this connectivity issue?

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search