Created
May 22, 2017 16:11
-
-
Save adam-stokes/c4ad02b596efe39beca9e2cf3b937dfb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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