allomov
4/24/2014 - 2:19 PM

deployer_ssl.log

juju - 1.19.0-trusty-amd64
juju-deployer - 0.3.6-0ubuntu2
ubuntu - 14.04
→ juju status
environment: local
machines:
  "0":
    agent-state: started
    agent-version: 1.19.0.1
    dns-name: localhost
    instance-id: localhost
    series: trusty
services: {}
    local:
        type: local
        network-bridge: lxcbr0
→ juju deployer -Wvdc bundle_v003_local.yaml
2014-04-24 17:16:29 [DEBUG] deployer.cli: Using runtime GoEnvironment on local
2014-04-24 17:16:29 [INFO] deployer.cli: Using deployment cloudfoundry-base
2014-04-24 17:16:29 [INFO] deployer.cli: Starting deployment of cloudfoundry-base
Traceback (most recent call last):
  File "/usr/bin/juju-deployer", line 9, in <module>
    load_entry_point('juju-deployer==0.3.6', 'console_scripts', 'juju-deployer')()
  File "/usr/lib/python2.7/dist-packages/deployer/cli.py", line 127, in main
    run()
  File "/usr/lib/python2.7/dist-packages/deployer/cli.py", line 225, in run
    importer.Importer(env, deployment, options).run()
  File "/usr/lib/python2.7/dist-packages/deployer/action/importer.py", line 182, in run
    self.env.connect()
  File "/usr/lib/python2.7/dist-packages/deployer/env/go.py", line 72, in connect
    self.client = EnvironmentClient(self.api_endpoint)
  File "/usr/local/lib/python2.7/dist-packages/jujuclient.py", line 314, in __init__
    endpoint, origin=self.endpoint)
  File "/usr/local/lib/python2.7/dist-packages/websocket/__init__.py", line 214, in create_connection
    websock.connect(url, **options)
  File "/usr/local/lib/python2.7/dist-packages/websocket/__init__.py", line 470, in connect
    self.sock = ssl.wrap_socket(self.sock, **sslopt)
  File "/usr/lib/python2.7/ssl.py", line 487, in wrap_socket
    ciphers=ciphers)
  File "/usr/lib/python2.7/ssl.py", line 243, in __init__
    self.do_handshake()
  File "/usr/lib/python2.7/ssl.py", line 405, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
ERROR exit status 1