« Previous | Next » 

Revision 6c9771c9

ID6c9771c94ee0d798aae88e942056808013929bc3
Parent 6c4375d9
Child 3d3a8d24

Added by Javi Fontan over 6 years ago

feature #3180: options for SSL certs in OCA

ONE_CERT_DIR: adds an extra directory with trusted CA certificates
ONE_DISABLE_SSL_VERIFY: disable certificate verification

Both of these options make the calls change from asynchronous (one http
connection per call) to synchronous (same http connection for all calls).
XMLRPC library creates a new HTTP object per asynchronous connection and
there is no way of passing configuration options to it.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences