ILIAS icon indicating copy to clipboard operation
ILIAS copied to clipboard

Soap: Add Options to improve server to server requests

Open lscharmer opened this issue 4 months ago • 1 comments

This PR adds new options for the soap setup config to improve the performance for calls from ILIAS to the same ILIAS instance via SOAP (e.g. when copying an object).

The new options are:

  • soap_internal_wsdl_path
  • soap_internal_wsdl_verify_peer
  • soap_internal_wsdl_verify_peer_name
  • soap_internal_wsdl_allow_self_signed

and are documented in components/ILIAS/setup_/README.md accordingly.

Feature Request: https://docu.ilias.de/go/wiki/wpage_8363_1357

lscharmer avatar Oct 21 '24 11:10 lscharmer