Switch from HTTPS to HTTP Mode

You can switch from HTTPS to HTTP mode.

About this task

To switch from HTTPS to HTTP mode:

Procedure

  1. Navigate to /install_dir/properties.
  2. Open the sandbox.cfg file.
  3. Modify the following parameters:
    WEBAPP_PROTOCOL=http
    WEBAPP_LIST_PORT=<base_port>
  4. Save and close the file.
  5. (Optional) If the deployment of the Dashboard and GPM web applications on the base port was turned off when switching to the HTTPS mode, you must open the customer_overrides.properties file and comment out the following parameters so that they are not applied:
    ## SKIP_BASEPORT_DEPLOYMENT_WARS=admin,dashboard,gbm,communitymanagement,myaft,portlets
    ## HTTPS_REDIRECT_WARS=admin,dashboard,gbm,communitymanagement,myaft,portlets
    ## HTTPS_LIST_PORT=<http_server_adapter_port>
    
  6. (Optional) Save and close the file.
  7. Navigate to /install_dir/bin.
  8. Stop Sterling B2B Integrator.
  9. Apply the configuration changes. Enter ./setupfiles.sh.
  10. Deploy the new configuration. Enter ./deployer.sh.
  11. Start Sterling B2B Integrator.
  12. Verify the following:
    • Dashboard Web application is accessible on http://host:baseport/dashboard
    • GPM Web application is accessible on http://host:baseport/gbm/pmodeler/ProcessModeler.jnlp
  13. (Optional) Undeploy the web applications from the SSL enabled HTTP server adapter instance.