Directing requests to HTTPS port

By default, HTTP and HTTPS work independently on its respective ports. However, you can redirect all requests of the HTTP port to the HTTPS port.

Procedure

  1. Open the dpo_wrapper.conf file from the following location IntallDir/DeveloperPortal/configuration.
  2. Set the following property to true.
    wrapper.java.additional.2014=-Dportal.server.config.redirect-http-to-https=true
  3. Save and close the configuration file.
  4. Restart the server for the configuration changes to take effect.