Re: Support for Connecting to Remote Database with SSL

2019-11-12 Thread Bagas Sanjaya
Sorry, not the expected answer. What my question means are: Does OFBiz support connecting to remote databases over SSL (that is, using SSL for connecting to database)? How can I configure it? On 12/11/19 14.44, Rahul Chohal wrote: Hello Bagas, 1. *OFBiz* comes with the necessary *SSL *certi

Re: Support for Connecting to Remote Database with SSL

2019-11-12 Thread Nicolas Malin
Hello, OFBiz use jdbc driver so for postgresql check your ssl configuration [1] and add ssl=true on your jdbc path |'jdbc:postgresql://remote-host:5432/database?ssl=true'| ||Nicolas [1] https://jdbc.postgresql.org/documentation/91/ssl-client.html On 12/11/2019 09:27, Bagas Sanjaya wrote:

Re: Atomic batch of webservices calls

2019-11-12 Thread Jacques Le Roux
Hi Rajesh, I'm not quite sure of you need. You mean that you want to dynamically modify OFBiz exported services in XML-RPC format using OFBiz data? By "modify" I mean modify services behaviours. I guess you know that you can't use a modified service without restarting OFBiz. Please clarify, t