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. Collabora Online (CODE)
  3. Nextcloud can't connect to Collabora

Nextcloud can't connect to Collabora

Scheduled Pinned Locked Moved Solved Collabora Online (CODE)
networkingunboundhome
30 Posts 6 Posters 7.7k Views 7 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.
  • ShaiS Shai

    @robi Yes, using FQDN

    The Collabora app, (which is in the same Cloudron as Nextcloud App) is installed at:

    https://collabora.mydomain.tech
    

    Nextcloud is installed at

    https://nextcloud.mydomain.tech
    

    At "Cloudron Collabora Settings https://collabora.mydomain.tech I have entered into the field there:

    https://nextcloud.mydomain.tech
    

    I also tried

    nextcloud.mydomain.tech
    

    And then at: https://nextcloud.mydomain.tech/settings/admin/richdocuments I have entered into the field "Use your own server => URL (and Port) of Collabora Online-server"

    https://collabora.mydomain.tech
    

    I have also tried:

    https://collabora.mydomain.tech:443
    

    Thanks for the help.

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

    @shai In the collabora UI, do not put https:// . Just the domain name. Please see https://docs.cloudron.io/apps/collabora/#setup . Can you try?

    ShaiS 1 Reply Last reply
    0
    • girishG girish

      @shai In the collabora UI, do not put https:// . Just the domain name. Please see https://docs.cloudron.io/apps/collabora/#setup . Can you try?

      ShaiS Offline
      ShaiS Offline
      Shai
      wrote on last edited by
      #5

      @girish Okay, took the "https://" off. I restarted Nextcloud as well as Collabora. Still same error, red X and "Could not establish connection to the Collabora Online server."

      nebulonN 1 Reply Last reply
      0
      • ShaiS Shai

        @girish Okay, took the "https://" off. I restarted Nextcloud as well as Collabora. Still same error, red X and "Could not establish connection to the Collabora Online server."

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

        @shai what you describe should work unless you have some typo somewhere. In fact the default collabora settings would already allow nextcloud to connect. I think there is some other network related issue somewhere. Can you open a webterminal into nextcloud and see if curl'ing to your collabora app works from there:

        curl -v https://collabora.mydomain.tech
        
        ShaiS 1 Reply Last reply
        0
        • nebulonN nebulon

          @shai what you describe should work unless you have some typo somewhere. In fact the default collabora settings would already allow nextcloud to connect. I think there is some other network related issue somewhere. Can you open a webterminal into nextcloud and see if curl'ing to your collabora app works from there:

          curl -v https://collabora.mydomain.tech
          
          ShaiS Offline
          ShaiS Offline
          Shai
          wrote on last edited by
          #7

          @nebulon
          nextcloud-connect-collabora-problem.png

          Hmm, self-signed certificate in chain...
          Thanks in advance for advising on my next step.

          nebulonN 1 Reply Last reply
          0
          • ShaiS Shai

            @nebulon
            nextcloud-connect-collabora-problem.png

            Hmm, self-signed certificate in chain...
            Thanks in advance for advising on my next step.

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

            @shai that seems to be the root issue here. Can you check the certificate of that collabora instance and verify that you get a green lock in your browser? If so, are you using some special cert-chain setup on your PC, which the Cloudron may not know of to validate the whole chain? If you use the Cloudron default Let'sEncrypt, maybe try to renew all certs in the domains view.

            1 Reply Last reply
            0
            • ShaiS Offline
              ShaiS Offline
              Shai
              wrote on last edited by
              #9

              @nebulon thanks for sticking with me on this one.

              • green lock on all browsers on both nextcloud.mydomain.tech and collabora.mydomain.tech
              • I renewed all certs twice
                • First time it essentially ran a check but didn't change anything because it saw the certs were fine.
                • Second time I changed the cert type from LetsEncrypt wildcard to LetsEncrypt prod. This time it created new certs.
              • I ran the curl to Collabora after each time that I renewed the certs. No change, exact same messages.

              Some more data from my troubleshooting

              I removed all the gazillion certs that were in /etc/ssl/certs and also deleted all lines in /etc/ssl/certs/ca-certificates.crt in advance of renewing my domain certs in the Cloudron domains admin page. Those actions had absolutely no effect on anything. Green lock still appeared on all my Cloudron sites and Nextcloud still couldn't contact Cloudron server.

              find / -iname "*letsencrypt*" returned zero rows

              Some wild ideas to just toss out there:

              • Are there ever cert issues related to new TLDs like the .tech domains that I am using?
              • I've got two Nextcloud instances on the same Cloudron. (I've only been trying to connect 1 instance to Collabora.)

              Again, I appreciate you sticking in there with me on this one. Any ideas on what I could try next?

              nebulonN 1 Reply Last reply
              0
              • ShaiS Shai

                @nebulon thanks for sticking with me on this one.

                • green lock on all browsers on both nextcloud.mydomain.tech and collabora.mydomain.tech
                • I renewed all certs twice
                  • First time it essentially ran a check but didn't change anything because it saw the certs were fine.
                  • Second time I changed the cert type from LetsEncrypt wildcard to LetsEncrypt prod. This time it created new certs.
                • I ran the curl to Collabora after each time that I renewed the certs. No change, exact same messages.

                Some more data from my troubleshooting

                I removed all the gazillion certs that were in /etc/ssl/certs and also deleted all lines in /etc/ssl/certs/ca-certificates.crt in advance of renewing my domain certs in the Cloudron domains admin page. Those actions had absolutely no effect on anything. Green lock still appeared on all my Cloudron sites and Nextcloud still couldn't contact Cloudron server.

                find / -iname "*letsencrypt*" returned zero rows

                Some wild ideas to just toss out there:

                • Are there ever cert issues related to new TLDs like the .tech domains that I am using?
                • I've got two Nextcloud instances on the same Cloudron. (I've only been trying to connect 1 instance to Collabora.)

                Again, I appreciate you sticking in there with me on this one. Any ideas on what I could try next?

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

                @shai not sure what the issue could be but, you could send a mail to support@cloudron.io with the exact domain names, if you don't want to disclose them, maybe we can get some clue from the certs then.

                If you have other domains which are non .tech maybe you could test installing collabora on those and check if this really is some tld issue, just to be able to rule out some concerns about that.

                1 Reply Last reply
                0
                • girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #11

                  We got this sorted out on support@ . The issue was @Shai 's router does not actually support hairpinning. Because of this, he has added manual DNS server entries in the router to point to the internal Cloudron IP.

                  The fix is to to tell Cloudron also to remove to internal Cloudron IP for the apps. This was achieved by adding a local-zone as per https://docs.cloudron.io/networking/#internal-dns-server

                  ShaiS S 2 Replies Last reply
                  1
                  • girishG girish

                    We got this sorted out on support@ . The issue was @Shai 's router does not actually support hairpinning. Because of this, he has added manual DNS server entries in the router to point to the internal Cloudron IP.

                    The fix is to to tell Cloudron also to remove to internal Cloudron IP for the apps. This was achieved by adding a local-zone as per https://docs.cloudron.io/networking/#internal-dns-server

                    ShaiS Offline
                    ShaiS Offline
                    Shai
                    wrote on last edited by
                    #12

                    @girish Thanks so much for the great service! I'm a happy customer.

                    1 Reply Last reply
                    1
                    • girishG girish

                      We got this sorted out on support@ . The issue was @Shai 's router does not actually support hairpinning. Because of this, he has added manual DNS server entries in the router to point to the internal Cloudron IP.

                      The fix is to to tell Cloudron also to remove to internal Cloudron IP for the apps. This was achieved by adding a local-zone as per https://docs.cloudron.io/networking/#internal-dns-server

                      S Offline
                      S Offline
                      staypath
                      wrote on last edited by staypath
                      #13

                      @girish Similar problem here with a new Cloudron installation on a dedicated server with a public IPv4. The Nextcloud container cannot access the host's external IP (loopback issue?), thus it cannot reach the Collabora container by DNS name. I do not have access to update any routing settings external to my host server. Is there a similar internal DNS trick with Unbound I could try? Thanks!

                      Curl from within my Nextcloud container works with external hosts...

                      root@1971ddba-1e76-495e-b0f7-40ab4a544caf:/app/code# curl -v yahoo.com
                      * Rebuilt URL to: yahoo.com/
                      *   Trying 98.137.11.164...
                      * TCP_NODELAY set
                      * Connected to yahoo.com (98.137.11.164) port 80 (#0)
                      > GET / HTTP/1.1
                      > Host: yahoo.com
                      > User-Agent: curl/7.58.0
                      > Accept: */*
                      > 
                      < HTTP/1.1 301 Moved Permanently
                      < Date: Wed, 03 Feb 2021 21:33:41 GMT
                      < Connection: keep-alive
                      < Server: ATS
                      < Cache-Control: no-store, no-cache
                      < Content-Type: text/html
                      < Content-Language: en
                      < X-Frame-Options: SAMEORIGIN
                      < Location: https://yahoo.com/
                      < Content-Length: 8
                      < 
                      * Connection #0 to host yahoo.com left intact
                      

                      But not when trying to connect to my Collabora container:

                      root@1971ddba-1e76-495e-b0f7-40ab4a544caf:/app/code# curl -v collab.mydomain.com
                      * Rebuilt URL to: collab.mydomain.com/
                      *   Trying 131.xxx.xxx.xxx...
                      * TCP_NODELAY set
                      
                      girishG 1 Reply Last reply
                      0
                      • S staypath

                        @girish Similar problem here with a new Cloudron installation on a dedicated server with a public IPv4. The Nextcloud container cannot access the host's external IP (loopback issue?), thus it cannot reach the Collabora container by DNS name. I do not have access to update any routing settings external to my host server. Is there a similar internal DNS trick with Unbound I could try? Thanks!

                        Curl from within my Nextcloud container works with external hosts...

                        root@1971ddba-1e76-495e-b0f7-40ab4a544caf:/app/code# curl -v yahoo.com
                        * Rebuilt URL to: yahoo.com/
                        *   Trying 98.137.11.164...
                        * TCP_NODELAY set
                        * Connected to yahoo.com (98.137.11.164) port 80 (#0)
                        > GET / HTTP/1.1
                        > Host: yahoo.com
                        > User-Agent: curl/7.58.0
                        > Accept: */*
                        > 
                        < HTTP/1.1 301 Moved Permanently
                        < Date: Wed, 03 Feb 2021 21:33:41 GMT
                        < Connection: keep-alive
                        < Server: ATS
                        < Cache-Control: no-store, no-cache
                        < Content-Type: text/html
                        < Content-Language: en
                        < X-Frame-Options: SAMEORIGIN
                        < Location: https://yahoo.com/
                        < Content-Length: 8
                        < 
                        * Connection #0 to host yahoo.com left intact
                        

                        But not when trying to connect to my Collabora container:

                        root@1971ddba-1e76-495e-b0f7-40ab4a544caf:/app/code# curl -v collab.mydomain.com
                        * Rebuilt URL to: collab.mydomain.com/
                        *   Trying 131.xxx.xxx.xxx...
                        * TCP_NODELAY set
                        
                        girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #14

                        @staypath Can you check if the unbound server is running OK? Services -> unbound (this is our DNS server). Does anything change if you restart it?

                        S 1 Reply Last reply
                        0
                        • girishG girish

                          @staypath Can you check if the unbound server is running OK? Services -> unbound (this is our DNS server). Does anything change if you restart it?

                          S Offline
                          S Offline
                          staypath
                          wrote on last edited by
                          #15

                          @girish Thanks for the response! Restart of Unbound had no effect. Actually, the problem seems to be independent of DNS. I also cannot complete a curl request directly to the external IP of my host machine from inside the Nextcloud container. I can, however, complete a curl request from the host itself to the host's external IP. The problem only occurs when traffic originates from inside a container.

                          girishG 1 Reply Last reply
                          0
                          • S staypath

                            @girish Thanks for the response! Restart of Unbound had no effect. Actually, the problem seems to be independent of DNS. I also cannot complete a curl request directly to the external IP of my host machine from inside the Nextcloud container. I can, however, complete a curl request from the host itself to the host's external IP. The problem only occurs when traffic originates from inside a container.

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

                            @staypath That's indeed strange that the container cannot ping the host IP. Is there anything unique about your setup we should know or is it the equivalent of a server with a public IP? Is there some special virtualization/networking going on?

                            S 1 Reply Last reply
                            0
                            • girishG girish

                              @staypath That's indeed strange that the container cannot ping the host IP. Is there anything unique about your setup we should know or is it the equivalent of a server with a public IP? Is there some special virtualization/networking going on?

                              S Offline
                              S Offline
                              staypath
                              wrote on last edited by staypath
                              #17

                              @girish I ran some tcpdump sessions. When the container pings the public IPv4 of the host, the host responds to the ICMP packet, but it is responding to the private IP of the container (172.18.0.x). The packet doesn't seem to know how to get back to the container from the host.

                              S girishG 2 Replies Last reply
                              0
                              • S staypath

                                @girish I ran some tcpdump sessions. When the container pings the public IPv4 of the host, the host responds to the ICMP packet, but it is responding to the private IP of the container (172.18.0.x). The packet doesn't seem to know how to get back to the container from the host.

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

                                @staypath I'd like to ask - besides Nextcloud and Collabora/OnlyOffice, what Cloudron apps depend on being able to reach other apps on the same host?

                                girishG 1 Reply Last reply
                                0
                                • S staypath

                                  @staypath I'd like to ask - besides Nextcloud and Collabora/OnlyOffice, what Cloudron apps depend on being able to reach other apps on the same host?

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

                                  @staypath Most apps don't. The only case I can think of on top of my head is if you had webooks when one app is calling the other. Say you setup GitLab notifications to rocket.chat but those are not configured out of the box. So, you will see the issue and they won't be failing transparently.

                                  1 Reply Last reply
                                  0
                                  • S staypath

                                    @girish I ran some tcpdump sessions. When the container pings the public IPv4 of the host, the host responds to the ICMP packet, but it is responding to the private IP of the container (172.18.0.x). The packet doesn't seem to know how to get back to the container from the host.

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

                                    @staypath said in Nextcloud can't connect to Collabora:

                                    When the container pings the public IPv4 of the host, the host responds to the ICMP packet, but it is responding to the private IP of the container (172.18.0.x). The packet doesn't seem to know how to get back to the container from the host.

                                    If you happen to have another server, can you test this with a normal ubuntu and docker installation ? i.e just create server, install docker. Then from a container try to ping public IP.

                                    FWIW, this works out of the box in all the VPS servers.

                                    S 1 Reply Last reply
                                    0
                                    • girishG girish

                                      @staypath said in Nextcloud can't connect to Collabora:

                                      When the container pings the public IPv4 of the host, the host responds to the ICMP packet, but it is responding to the private IP of the container (172.18.0.x). The packet doesn't seem to know how to get back to the container from the host.

                                      If you happen to have another server, can you test this with a normal ubuntu and docker installation ? i.e just create server, install docker. Then from a container try to ping public IP.

                                      FWIW, this works out of the box in all the VPS servers.

                                      S Offline
                                      S Offline
                                      staypath
                                      wrote on last edited by
                                      #21

                                      @girish Thank you for the recommendation. I have tried on another bare metal server running Docker and I am able to access the external host IP from the Docker container. This is clearly a network issue with the host where I have Cloudron installed.

                                      1 Reply Last reply
                                      1
                                      • jdaviescoatesJ Offline
                                        jdaviescoatesJ Offline
                                        jdaviescoates
                                        wrote on last edited by
                                        #22

                                        I just tried installing Collabora and hit this exact same issue.

                                        This issue is marked as solved, but I'm not sure why as it doesn't appear to be actually solved.

                                        I use Cloudron with Gandi & Hetzner

                                        nebulonN 1 Reply Last reply
                                        0
                                        • jdaviescoatesJ jdaviescoates

                                          I just tried installing Collabora and hit this exact same issue.

                                          This issue is marked as solved, but I'm not sure why as it doesn't appear to be actually solved.

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

                                          @jdaviescoates actually so far reinstallation of collabora and resetting the app in nextcloud mostly solved this. It is however quite unclear still why this happens.

                                          jdaviescoatesJ 1 Reply Last reply
                                          1
                                          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