[01:47] does anyone know which protocol is used for juju client <--> juju controller, juju controller <--> MAAS API, and juju client <--> MAAS API [01:57] looking over https://github.com/juju/gomaasapi I am guessing https as that is the default for as the default [23:09] arosales: the juju client talks to the controller via the https websocket protocol https://godoc.org/github.com/juju/juju/api [23:10] arosales: the juju client only talks to the controller and the controller handles the communication with maas [23:10] ah ok, wanted to confirm https [23:11] juju to Mass is also https? [23:34] arosales: yes