Comment 3 for bug 1323803

Revision history for this message
Brad Crittenden (bac) wrote :

juju-quickstart was fixed by explicitly setting the ssl_version when the web socket is created.

    connection = WebSocketConnection(
        sslopt={'ssl_version': ssl.PROTOCOL_TLSv1})