Reviewers: mp+131359_code.launchpad.net, Message: Please take a look.
Description: 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://code.launchpad.net/~frankban/juju-gui/websocket-tls/+merge/131359 (do not edit description out of merge proposal) Please review this at https://codereview.appspot.com/6761054/ Affected files: A [revision details] M app/config.js Index: [revision details] === added file '[revision details]' --- [revision details] 2012-01-01 00:00:00 +0000 +++ [revision details] 2012-01-01 00:00:00 +0000 @@ -0,0 +1,2 @@ +Old revision: [email protected] +New revision: [email protected] Index: app/config.js === modified file 'app/config.js' --- app/config.js 2012-10-14 00:57:37 +0000 +++ app/config.js 2012-10-25 08:30:45 +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' }; -- 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. -- Mailing list: https://launchpad.net/~yellow Post to : [email protected] Unsubscribe : https://launchpad.net/~yellow More help : https://help.launchpad.net/ListHelp

