On 16/12/13 19:27 +0100, Mark van Deursen wrote:
> Thanks Axel but I still can't get it working. Maybe you or someone else can
> help me?
> 
> I have the following setup:
> - Client : Tryton 3.0.1 OSX
> - Server : Ubuntu 13.04 on a virtual machine (Virtualbox setup with vagrant)
> 
> This file is part of Tryton.  The COPYRIGHT file at the top level of
> #this repository contains the full copyright notices and license terms.
> [options]
> 
> # Activate the json-rpc protocol
> jsonrpc = *:8000
> #ssl_jsonrpc = False

This makes probably the server listening only on IPv6 and probably that
the connection between the client and the server is not IPv6 aware.
You must use:

    jsonrpc = *:8000,0.0.0.0:8000

If you want the server to listen on both versions.


PS: Please don't top-post on this mailing list and follow the netiquette
see http://groups.tryton.org/netiquette
-- 
Cédric Krier - B2CK SPRL
Email/Jabber: [email protected]
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

Attachment: pgpoFCXnmHZJn.pgp
Description: PGP signature

Reply via email to