Enabling HTTPS Setup Utility for AppWave

From AppWave
Jump to: navigation, search

How to enable Hypertext Transfer Protocol Secure (HTTPS) in AppWave:

  1. Install the AppWave Host.
  2. Locate httpsUtil.bat in <Appwave Install>\setuptool folder.
  3. From the Windows command line run httpsUtil.bat to enable SSL on AppWave Host: httpsUtil.bat "Host installation path" "Certificate path" "Certificate password" "HTTPS port"(optional).
  • Parameter "HTTPS port" is optional, by default use 443.

For example: C:\ Program Files\Embarcadero\AppWave\5.0\setuptool\httpsUtil.bat "C:\Program Files\Embarcadero\AppWave\5.0" "C:\Users\Administrator\Desktop\.keystore" "mypassword" 8444
  1. Restart the Host service.
  2. In the web browser open the Host admin console. Make sure that the Host name includes the same domain as your security certificate.

How to disable Hypertext Transfer Protocol Secure (HTTPS) in AppWave:

  1. From the Windows command line run httpsUtil.bat to disable SSL on Appwave Host: httpsUtil.bat "Host installation path" disable
For example: C:\ Program Files\Embarcadero\AppWave\5.0\setuptool\httpsUtil.bat "C:\Program Files\Embarcadero\AppWave\5.0" disable
  1. Restart the Host service.
  • All Host pages, including passwords containing ones, use simple Hypertext Transfer Protocol, not secured with SSL.