XML-RPC Secure in 6.1

Asked by Carlos Vásquez (ClearCorp)

The XML-RPC secure seems to be dropped in 6.1. The configuration for the protocol is still present but it seems that it ins't used no more in the server.

Is this right?

And if it is, what is the proposed solution for a remote secure connection with the GTK client?

Thank you

Question information

Language:
English Edit question
Status:
Answered
For:
Odoo Server (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Mohammad Alhashash (alhashash) said :
#1

Apparently yes. The xmplrpc service is now provided by the new web module with no ssl option.

I used Pound (http://www.apsis.ch/pound) reverse proxy to terminate the SSL connection. The configuration is very simple, just edit the default configuration file add add the certificate and the local OpenERP port.

Note that both the web application and xmlrpc service are provided on the same port configured by the --xmlrpc-port option. So, you just need to configure one service.

Revision history for this message
Mohammad Alhashash (alhashash) said :
#2

You should also change the timeout to something like 180 seconds in the pound config file as the default value is 15 seconds which is too low for several openerp functions.

# Add to /etc/pound.cfg
TimeOut 180

Can you help with this problem?

Provide an answer of your own, or ask Carlos Vásquez (ClearCorp) for more information if necessary.

To post a message you must log in.