On 2016-05-18 08:23, PhiJ wrote: > Hi everybody, > > I migrated to Tryton 4.0 and I am trying to use Proteus as I made before, > connecting to my server with XML-RPC. However, I found that using the same > config as I had for Tryton 3.8, my server doesn't allow the connection and > throws: socket.error: [Errno 111] Connection refused > > In my config file I have the following section: > [xmlrpc] > listen = *:8069 > ssl_xmlrpc = True > > And I use the method *session = config.set_xmlrpc(url) *to set the > connection. > Did something change about this topic? I couldn't find info about it, sorry > if I missed it.
In 4.0, both protocols json-rpc and XML-RPC are served from the same interface. It is configured with http://doc.tryton.org/4.0/trytond/doc/topics/configuration.html#web -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/ -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/20160518175936.GZ13326%40tetsuo.
