Disabling security for the web service gateway

Security for the WebServiceGateway is by default disabled. Follow these steps to disable security if you enabled security for the WebServiceGateway after installation.

Before you begin

You must be a cluster administrator.

Procedure

  1. Log on to the primary host as the cluster administrator and shut down the cluster:
    egosh user logon -u Admin -x Admin
    egosh service stop all
    egosh ego shutdown all
  2. Edit the WebServiceGateway service profile at $EGO_CONFDIR/../../eservice/esc/conf/services/wsg.xml on Linux® and %EGO_CONFDIR%\..\..\eservice\esc\conf\services\wsg.xml on Windows.
  3. Set the WSG_SSL parameter to NO:
    WSG_SSL=NO
  4. Save your changes.
  5. From the primary host, restart the cluster:
    egosh ego restart all

Results

The WebServiceGateway now accepts non-TLS connections.