ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Using Certbot (OwnCloud 9.0.2)

    Scheduled Pinned Locked Moved IT Discussion
    46 Posts 5 Posters 12.1k Views
    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.
    • wirestyle22W
      wirestyle22 @dafyre
      last edited by

      @dafyre said in Using Certbot (OwnCloud 9.0.2):

      @wirestyle22 said in Using Certbot (OwnCloud 9.0.2):

      @JaredBusch said in Using Certbot (OwnCloud 9.0.2):

      @wirestyle22 said in Using Certbot (OwnCloud 9.0.2):

      @JaredBusch said in Using Certbot (OwnCloud 9.0.2):

      @wirestyle22 said in Using Certbot (OwnCloud 9.0.2):

      @travisdh1 said in Using Certbot (OwnCloud 9.0.2):

      @wirestyle22 Take a gander at this

      [root@travisdh1 ~]# nslookup oc.skynetli.com ns-cloud-a1.googledomains.com
      Server:         ns-cloud-a1.googledomains.com
      Address:        2001:4860:4802:32::6a#53
      ** server can't find oc.skynetli.com: NXDOMAIN
      

      So, something is wrong with your name server settings/config. I'd open a support ticket with Google Domains, probably get you sorted out quickly.

      It was a syntax issue. Ughhhhh

      and that was....

      @JaredBusch said in Using Certbot (OwnCloud 9.0.2):

      @wirestyle22 said in Using Certbot (OwnCloud 9.0.2):

      @travisdh1 said in Using Certbot (OwnCloud 9.0.2):

      @wirestyle22 Take a gander at this

      [root@travisdh1 ~]# nslookup oc.skynetli.com ns-cloud-a1.googledomains.com
      Server:         ns-cloud-a1.googledomains.com
      Address:        2001:4860:4802:32::6a#53
      ** server can't find oc.skynetli.com: NXDOMAIN
      

      So, something is wrong with your name server settings/config. I'd open a support ticket with Google Domains, probably get you sorted out quickly.

      It was a syntax issue. Ughhhhh

      and that was....

      You need to create a custom resource record for Google Domains and the default is @ which should be changed to the hostname. So in my case it's oc for the resource name and my ipv4 address. It was that easy. Now the issue I have is the ip address is associated with the apache test page. I need it to go to x.x.x.x/owncloud not x.x.x.x

      you can add a redirect in your apache conf for that

      Interesting issue. This is what the config looks like:

      0_1464360175273_config.jpg

      The redirect worked except for the owncloud part. The URL looks like: http://45.63.4.232/owncloudowncloudowncloudowncloudowncloudowncloudowncloudowncloudowncloudowncloudowncloudowncloudowncloudowncloudowncloudowncloudowncloudowncloudowncloudowncloudowncloudowncloud/index.php

      ROFL... I wonder if it was the space between http:// and the Ip address that broke it?

      There. Edited.

      1 Reply Last reply Reply Quote 0
      • JaredBuschJ
        JaredBusch @wirestyle22
        last edited by

        @wirestyle22 why are yo redirecting to the IP? everything should be DNS names

        wirestyle22W 1 Reply Last reply Reply Quote 1
        • wirestyle22W
          wirestyle22 @JaredBusch
          last edited by wirestyle22

          @JaredBusch said in Using Certbot (OwnCloud 9.0.2):

          @wirestyle22 why are yo redirecting to the IP? everything should be DNS names

          How do I point directly to x.x.x.x/owncloud then?

          EDIT: nvm got it.

          JaredBuschJ 1 Reply Last reply Reply Quote 2
          • JaredBuschJ
            JaredBusch @wirestyle22
            last edited by

            @wirestyle22 said in Using Certbot (OwnCloud 9.0.2):

            @JaredBusch said in Using Certbot (OwnCloud 9.0.2):

            @wirestyle22 why are yo redirecting to the IP? everything should be DNS names

            How do I point directly to x.x.x.x/owncloud then?

            EDIT: nvm got it.

            Did you also fix the url issue? is so post your cleaned up config

            wirestyle22W 1 Reply Last reply Reply Quote 1
            • wirestyle22W
              wirestyle22 @JaredBusch
              last edited by

              @JaredBusch said in Using Certbot (OwnCloud 9.0.2):

              @wirestyle22 said in Using Certbot (OwnCloud 9.0.2):

              @JaredBusch said in Using Certbot (OwnCloud 9.0.2):

              @wirestyle22 why are yo redirecting to the IP? everything should be DNS names

              How do I point directly to x.x.x.x/owncloud then?

              EDIT: nvm got it.

              Did you also fix the url issue? is so post your cleaned up config

              No, I'm working on it though. Great learning experience.

              JaredBuschJ 1 Reply Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch @wirestyle22
                last edited by

                @wirestyle22 said in Using Certbot (OwnCloud 9.0.2):

                @JaredBusch said in Using Certbot (OwnCloud 9.0.2):

                @wirestyle22 said in Using Certbot (OwnCloud 9.0.2):

                @JaredBusch said in Using Certbot (OwnCloud 9.0.2):

                @wirestyle22 why are yo redirecting to the IP? everything should be DNS names

                How do I point directly to x.x.x.x/owncloud then?

                EDIT: nvm got it.

                Did you also fix the url issue? is so post your cleaned up config

                No, I'm working on it though. Great learning experience.

                I would start by removing all of the rewrites and redirects.

                Then add in a single one.

                Make sure it works right. then add in more functionality. one at a time.

                wirestyle22W 1 Reply Last reply Reply Quote 0
                • wirestyle22W
                  wirestyle22 @JaredBusch
                  last edited by

                  @JaredBusch said in Using Certbot (OwnCloud 9.0.2):

                  @wirestyle22 said in Using Certbot (OwnCloud 9.0.2):

                  @JaredBusch said in Using Certbot (OwnCloud 9.0.2):

                  @wirestyle22 said in Using Certbot (OwnCloud 9.0.2):

                  @JaredBusch said in Using Certbot (OwnCloud 9.0.2):

                  @wirestyle22 why are yo redirecting to the IP? everything should be DNS names

                  How do I point directly to x.x.x.x/owncloud then?

                  EDIT: nvm got it.

                  Did you also fix the url issue? is so post your cleaned up config

                  No, I'm working on it though. Great learning experience.

                  I would start by removing all of the rewrites and redirects.

                  Then add in a single one.

                  Make sure it works right. then add in more functionality. one at a time.

                  On it. Thanks

                  1 Reply Last reply Reply Quote 0
                  • wirestyle22W
                    wirestyle22
                    last edited by wirestyle22

                    http://oc.skynetli.com/owncloud/ works with no redirects or rewrites so now I have to figure out what part of it is breaking.

                    Note: It's the redirect. Checking syntax.

                    1 Reply Last reply Reply Quote 0
                    • wirestyle22W
                      wirestyle22
                      last edited by

                      Everything I see written has it exactly as I do. Unsure of why the redirect is breaking.

                      JaredBuschJ 1 Reply Last reply Reply Quote 0
                      • JaredBuschJ
                        JaredBusch @wirestyle22
                        last edited by

                        @wirestyle22 said in Using Certbot (OwnCloud 9.0.2):

                        Everything I see written has it exactly as I do. Unsure of why the redirect is breaking.

                        Current conf file (as text not image)?

                        1 Reply Last reply Reply Quote 0
                        • JaredBuschJ
                          JaredBusch
                          last edited by

                          And were you looking at the Apache documentation itself? Or random examples?

                          http://httpd.apache.org/docs/2.0/misc/rewriteguide.html

                          wirestyle22W 1 Reply Last reply Reply Quote 0
                          • wirestyle22W
                            wirestyle22 @JaredBusch
                            last edited by

                            @JaredBusch said in Using Certbot (OwnCloud 9.0.2):

                            And were you looking at the Apache documentation itself? Or random examples?

                            http://httpd.apache.org/docs/2.0/misc/rewriteguide.html

                            Random examples I guess. Thought they were reputable though.

                            travisdh1T 1 Reply Last reply Reply Quote 0
                            • travisdh1T
                              travisdh1 @wirestyle22
                              last edited by

                              @wirestyle22 said in Using Certbot (OwnCloud 9.0.2):

                              @JaredBusch said in Using Certbot (OwnCloud 9.0.2):

                              And were you looking at the Apache documentation itself? Or random examples?

                              http://httpd.apache.org/docs/2.0/misc/rewriteguide.html

                              Random examples I guess. Thought they were reputable though.

                              Every last example is going to be a little different than what you're particular install will need to work correctly, so study that documentation.

                              1 Reply Last reply Reply Quote 1
                              • dafyreD
                                dafyre
                                last edited by

                                Also make sure the documentation you are looking at is for the same version of Apache! Between 2.2 and 2.4, there were a lot of changes under the hood with that.

                                wirestyle22W 1 Reply Last reply Reply Quote 2
                                • wirestyle22W
                                  wirestyle22 @dafyre
                                  last edited by

                                  @dafyre said in Using Certbot (OwnCloud 9.0.2):

                                  Also make sure the documentation you are looking at is for the same version of Apache! Between 2.2 and 2.4, there were a lot of changes under the hood with that.

                                  Yeah I noticed that. I'm running 2.4.6

                                  1 Reply Last reply Reply Quote 0
                                  • wirestyle22W
                                    wirestyle22
                                    last edited by wirestyle22

                                    Still unable to do it. Unsure if this is something to do with the Vultr image? I tried to use a URL to upload the iso to Vultr but it's kicking back errors. /sadfrownytime'

                                    Edit: Bad mirror. Got it working! The ISO that is.

                                    1 Reply Last reply Reply Quote 2
                                    • 1
                                    • 2
                                    • 3
                                    • 2 / 3
                                    • First post
                                      Last post