By default, the Delphix Engine allows both HTTP and HTTPS web connections. The following steps provide instructions on how to change their configuration:
- Via CLI, login to the Delphix Engine as a system administrator (sysadmin).
- Go to "service > httpConnector".
- Initiate an update.
- Set "httpMode" to the desired value among:
- "BOTH": accepts HTTP and HTTPS connections (this is the default)
- "HTTPS_ONLY": accepts only HTTPS connections
- "HTTP_ONLY": accepts only HTTP connections
- "HTTP_REDIRECT": accepts HTTPS connections and redirects HTTP connections to HTTPS
- Commit the Change. The Delphix web application will restart.
The following is an example of how to set the Delphix Engine to accept HTTPS connections and redirect HTTP connections to HTTPS.
cd /service/httpConnector update set httpMode=HTTP_REDIRECT commit
The HTTPS certificate that ships with the engine is self-signed, and that the administrator must contact Delphix support to get their own certificate imported into the engine.