Configuring communication security for OBI graphs

Load data from OBI graphs are configured for secure communication by default.

The following properties are added to the workspace.prm file for every Load OBI data project:
The default configuration of these properties is
SSL_ENABLED=true
HTTP_PROTOCOL=https
This configuration supports secure communication with the OBI Server.
To configure unsecure communication with the OBI Server, change the value of the SSL_ENABLED property to false and change the value of the HTTP_PROTOCOL property to http:
SSL_ENABLED=false
HTTP_PROTOCOL=http