Hi Aravind, It's the Vagrant box in this repo: https://github.com/cnorthwood/gocd-tls-auth
You should just be able to vagrant up, and then hit http://localhost:8153 which is mapped through to the VM. I used the old gocd-demo Vagrantfile for the config, but on top of Ubuntu Xenial to get Java 8 (there's some additional stuff in there to get an Apache doing TLS client certificate auth to support the dev of my plugin, but using port 8153 should bypass all that). Chris On 5 July 2017 at 22:37, Chris Northwood <[email protected]> wrote: > Hi Aravind, > > It's the Vagrant box in this repo: https://github.com/ > cnorthwood/gocd-tls-auth > > You should just be able to vagrant up, and then hit http://localhost:8153 > which is mapped through to the VM. I used the old gocd-demo Vagrantfile for > the config, but on top of Ubuntu Xenial to get Java 8 (there's some > additional stuff in there to get an Apache doing TLS client certificate > auth to support the dev of my plugin, but using port 8153 should bypass all > that). > > Chris > > On 5 July 2017 at 21:47, Aravind SV <[email protected]> wrote: > >> Hey Chris, >> >> On Wed, Jul 5, 2017 at 7:02 AM, Chris Northwood <[email protected]> >> wrote: >> >>> I'm not running the server on localhost, but on a Vagrant box, and then >>> using the port forwarding feature, I'm unsure if that'll matter? >>> >> >> It's probably related to that, somehow. How can I reproduce this setup? >> Can you provide more information? Is it a remote box that you're somehow >> connecting to? >> >> Cheers, >> Aravind >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "go-cd" group. >> To unsubscribe from this topic, visit https://groups.google.com/d/to >> pic/go-cd/la2lmt7C07U/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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.
