Change the SSL Configuration
-
If an external certificate is provided, HTTPS is enabled using the same
certificate. By default, the Open SSL self-signed certificate will be used to
enable HTTPS and secure communication. Execute the following command to enable
HTTPS:
$ appviewx --enable-https allThe following options are also allowed:$ appviewx --enable-https avx_platform_web $ appviewx --enable-https avx_platform_gateway $ appviewx --enable-https database $ appviewx --enable-https elastic -
To disable a secure AppViewX communication between Web, Gateway, Plugins, and
Elastic, complete the following steps:
$ appviewx --disable-https allThe following options are also allowed:$ appviewx --disable-https avx_platform_web $ appviewx --disable-https avx_platform_gateway $ appviewx --disable-https plugins $ appviewx --disable-https elastic