Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save adam-stokes/c4ad02b596efe39beca9e2cf3b937dfb to your computer and use it in GitHub Desktop.

Select an option

Save adam-stokes/c4ad02b596efe39beca9e2cf3b937dfb to your computer and use it in GitHub Desktop.
ubuntu@zohan:~$ juju status --format yaml --logging-config TRACE --debug
16:10:39 INFO juju.cmd supercommand.go:63 running juju [2.2-rc1 gc go1.8]
16:10:39 DEBUG juju.cmd supercommand.go:64 args: []string{"/snap/conjure-up/321/bin/juju", "status", "--format", "yaml", "--logging-config", "TRACE", "--debug"}
16:10:39 INFO juju.juju api.go:73 connecting to API addresses: [162.213.33.28:443 162.213.33.250:443]
16:10:40 DEBUG juju.api apiclient.go:705 error dialing websocket: x509: cannot validate certificate for 162.213.33.28 because it doesn't contain any IP SANs
16:10:40 DEBUG juju.api apiclient.go:705 error dialing websocket: x509: cannot validate certificate for 162.213.33.250 because it doesn't contain any IP SANs
ERROR unable to connect to API: x509: cannot validate certificate for 162.213.33.250 because it doesn't contain any IP SANs
16:10:40 DEBUG cmd supercommand.go:459 error stack:
x509: cannot validate certificate for 162.213.33.250 because it doesn't contain any IP SANs
github.com/juju/juju/api/apiclient.go:737:
github.com/juju/juju/api/apiclient.go:706: unable to connect to API
github.com/juju/juju/api/apiclient.go:656:
github.com/juju/juju/api/apiclient.go:600:
github.com/juju/juju/api/apiclient.go:187:
github.com/juju/juju/juju/api.go:78:
github.com/juju/juju/cmd/modelcmd/modelcommand.go:231:
github.com/juju/juju/cmd/juju/status/status.go:139
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment