Francesco Banconi has proposed merging lp:~frankban/juju-gui/websocket-tls into lp:juju-gui.
Requested reviews: Juju GUI Hackers (juju-gui) For more details, see: https://code.launchpad.net/~frankban/juju-gui/websocket-tls/+merge/131359 Enable secure websocket connection. This change requires the matching rapi-delta branch (lp:~frankban/juju/enable-tls) to be landed. After that, accepting the self-signed certificate (visiting https://localhost:8081/ws) is required to make juju-gui work with wss. https://codereview.appspot.com/6761054/ -- https://code.launchpad.net/~frankban/juju-gui/websocket-tls/+merge/131359 Your team Juju GUI Hackers is requested to review the proposed merge of lp:~frankban/juju-gui/websocket-tls into lp:juju-gui.
=== modified file 'app/config.js' --- app/config.js 2012-10-14 00:57:37 +0000 +++ app/config.js 2012-10-25 10:02:20 +0000 @@ -7,5 +7,5 @@ // FIXME: turn off transitions until they are fixed. transitions: false, charm_store_url: 'http://jujucharms.com/', - socket_url: 'ws://localhost:8081/ws' + socket_url: 'wss://localhost:8081/ws' };
-- Mailing list: https://launchpad.net/~yellow Post to : [email protected] Unsubscribe : https://launchpad.net/~yellow More help : https://help.launchpad.net/ListHelp

