On Thu, Sep 14, 2017 at 7:50 PM David Newhook <[email protected]> wrote:
> Both are set to 8080 > > Input Arguments "-Dcruise.server.ssl.port\u003d8080" > System Properties "cruise.server.ssl.port": "8080", > > There is no problem with the initial redirect. > > > curl --cacert ca.crt -v https://gocd-server:8080 > redirects to > Location: /go/home > > but then > curl --cacert ca.crt -v https://gocd-server:8080/go/home > redirects to > Location: https://gocd-server:8443/go/auth/login > > The 2nd redirect is fully qualified. Is this an issue with the > authentication plugin integration? No issue with ports 8081, 9000 or 8154 > (of course). > I can't say for sure. There's usually multiple reasons this can happen: * bad reverse proxy <https://docs.gocd.org/current/installation/configure_proxy.html> (not forwarding the right headers) * incorrect `siteUrl` or `secureSiteUrl` setting in your config.xml * bad redirect urls in one of your auth plugins -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
