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 11.6k 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 @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
                                • 3 / 3
                                • First post
                                  Last post