You should be able to set it up in the global git config as the `go` user using `git config --global http.sslVerify false`
On Fri, Feb 9, 2018, 10:54 AM danielle.90 <[email protected]> wrote: > I'm having an issue adding a material to our CD server. > > > > STDERR: fatal: unable to access 'https://HOST:9191/scm/git/repo/': SSL > certificate problem: self signed certificate in certificate chain > > > > > HOST has a self signed certificate (for now). So I need to tell GoCD not to > verify it by using a parameter (-c http.sslVerify=false) when the material > tries to pull from git. Any way we can do this? > > > > -- > 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. > -- 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.
