Hey all,
In order to be PCI Compliant my database server need's to be seperate from my instance of Odoo.
Now i am running 3 Server's;
1x Nginx server proxying to Odoo,
1x Odoo Server with plenty of excess resources
1x Postgresql Server
My problem is due to the level of security i cant ssh tunnel so i need to connect odoo to postgres over SSL i have a wildcard certificate signed by StartSSL which is valid.
What setting would i need in my Odoo configuration to force it to use SSL whilst communicating with the database as the first step to making odoo PCI Compliant.
Secondly, I am running 2 seperate databases on one master code base install, When i use xmlrpcs it doesn't load in. Can any body post a sample working config as i also need to have the connection from the Nginx server and Odoo server to speak securly to finalise Odoo being able to be signed off on for PCI Compliant.
Any help would be apreciated :)