----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/7230/#review11852 -----------------------------------------------------------
Actually I had to revert the the previous patch for waveinabox.net since it somehow broke the websockets for Chrome. Even though it worked fine locally. I guess we need to test it on instance with an actual domain but without certificate. - Yuri Zelikov On Sept. 24, 2012, 6:38 p.m., Ali Lown wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/7230/ > ----------------------------------------------------------- > > (Updated Sept. 24, 2012, 6:38 p.m.) > > > Review request for wave, Yuri Zelikov and Vicente J. Ruiz Jurado. > > > Description > ------- > > This extends vjrj's review to make the websocket domain configurable > separately from the rest of the server, by allowing the 'given' address/port > to vary with the 'real' address/port (for use behind firewalls, load > balancers etc.) > > In my situation, I needed to make the presented websocket address to be on > port 443, but to listen on port 9898 for the actual connection, since > iptables maps 443 -> 9898 on the server so that the WIAB server can run as > non-root. > > > Diffs > ----- > > /server-config.xml 1379829 > /server.config.example 1379829 > /src/org/waveprotocol/box/server/CoreSettings.java 1379829 > /src/org/waveprotocol/box/server/rpc/WaveClientServlet.java 1379829 > > Diff: https://reviews.apache.org/r/7230/diff/ > > > Testing > ------- > > works on my server. > > > Thanks, > > Ali Lown > >