[00:13] wgrant: am I right in understanding that https is disabled for vhosts in the testrunner, but allvhosts.configs['mainsite'].rooturl renders using 'https [00:13] 'https' on staging/production? [00:25] blr: Ah yes, that's a point I'd forgotten. [00:25] HTTPS is enabled on pretty much everywhere except the testrunner. [00:34] no obvious way to disable cert validation for `go get`... reasonably confident this is fine, but would like to test. [00:37] Knowing them, they probably statically link the CA database into the compiler :) [00:37] looks like I'll have to write some go! tls.Config{InsecureSkipVerify : true} [00:38] hahah [00:47] mwhudson: wgrant: no apparent way to disable a cert check in https://code.google.com/p/go/source/browse/src/cmd/go/http.go [00:48] blr: You could also use a variant of rf-setup-certs from lp-dev-utils to get a launchpad.dev cert that's valid on your local machine. go appears to respect /etc/ssl/certs/ca-certificates.crt like it should. [00:49] wgrant: thanks, will try that [00:53] i'm sorry this is working out to be such a pain! [00:55] mwhudson: not a pain, I'm just still unfamiliar with parts of LP. It would help if go get had a flag though :) === Nigel_ is now known as G [08:42] * mpt resists the urge to redesign Launchpad’s team page [09:14] wgrant: rf-setup-certs! Thanks, I'd wondered how people had handled that in the past [09:14] I hacked things out brutally when I was testing bazaar codebrowse changes recently [20:32] morning