Sorry, you are correct that the attachments don't go the list mailing
list itself.

I have put the files in my public dropbox space:
Keytool: http://dl.dropbox.com/u/62577518/wave/keytool
Server.config: http://dl.dropbox.com/u/62577518/wave/server.config

Ali

On 4 October 2012 12:06, Ben Hegarty <[email protected]> wrote:
> Hey Ali,
> I don't see you attachment of the config file, could you load it somewhere
> other than here, I think the groups attachements get striped off?
> Regards
> hegsie
>
> On Thu, Sep 27, 2012 at 4:29 PM, Ali Lown <[email protected]> wrote:
>
>> Ben,
>>
>> Sure. I have attached my server.config (note that I mostly just tack
>> options on to the bottom as they get added to the WIAB code).
>>
>> I use iptables rules to move from 443 to 9898:
>>
>> -A PREROUTING -p tcp --destination 71.19.144.245 --dport 443 --j DNAT
>> --to 71.19.144.245:9898
>>
>> I use a StartSSL certificate (free), so in my keystore I have to
>> include their intermediate certificate as well as my sites one. (Don't
>> ask me how I got them there correctly, Java keystores are a pain and I
>> have long since forgotten (There is some information in the README))
>> So, 'keytool -list -keystore wiab.ks' shows:
>>
>> Keystore type: JKS
>> Keystore provider: SUN
>>
>> Your keystore contains 1 entry
>>
>> wave.eezysys.co.uk, Jan 18, 2012, PrivateKeyEntry,
>> Certificate fingerprint (MD5):
>> D0:F7:33:82:90:BA:85:0A:59:73:35:87:F4:E9:58:F2
>>
>> Note that this key is made up of 3 certificates (in order:
>> wave.eezysys.co.uk, StartSSL Class 1 Primary Intermediate Server CA,
>> StartCom Certification Authority)
>> See the attached 'keytool -list -v -keystore wiab.ks'
>>
>> Ali
>>
>> On 27 September 2012 16:17, Ben Hegarty <[email protected]> wrote:
>> > Hey Ali,
>> > I'm in the process of trying to set this up, is there any chance of
>> seeing
>> > how the ssl cert and ports configuration that you used from the
>> > server.config file?
>> > Regards
>> > hegsie
>> >
>> > On Tue, Sep 25, 2012 at 10:33 AM, Ali Lown <[email protected]> wrote:
>> >
>> >> Comet isn't really an option.
>> >>
>> >> The socket.io code is still in the codebase, but if the browser is
>> >> detected
>> >> to have a websocket implementation they will be used instead.
>> >>
>> >> I was hoping to be able to remove the socket.io code soon since all
>> major
>> >> browsers now support websockets (ignoring IE<10).
>> >>
>> >> If you only care about it working for your own server, you can compile
>> it
>> >> with native websockets disabled using the patch here:
>> >>
>> >>
>> https://github.com/alown/wave/commit/7b81a846263a89869ff853a051ef381ad4da02e2
>> >> You may also need the forced disabled socket.io patch here:
>> >>
>> >>
>> https://github.com/alown/wave/commit/1bbc3db4449e92617cf1cf1c05c26144c4ee164a
>> >> On 25 Sep 2012 10:21, "Ben Hegarty" <[email protected]> wrote:
>> >>
>> >> > Yep same as wave, firefox continually tries to authenticate and chrome
>> >> just
>> >> > dies straight away, not that I know what it is but could we fall back
>> to
>> >> > comet (because it seems to be ok) for situations like these? :(
>> >> >
>> >> > Bugger really wanted to be able to use wave, thanks again for all your
>> >> help
>> >> > Ali, you're a star.
>> >> > Regards
>> >> > hegsie
>> >> >
>> >> > On Tue, Sep 25, 2012 at 10:15 AM, Ali Lown <[email protected]> wrote:
>> >> >
>> >> > > authenticate
>> >> >
>> >>
>> >
>> >
>> >
>> > --
>> > Mobile Phone: +447767-322-122
>> > Work Phone: +4420 79485612
>>
>
>
>
> --
> Mobile Phone: +447767-322-122
> Work Phone: +4420 79485612

Reply via email to