Change the SSL Configuration

To secure AppViewX communication between Web, Gateway, Plugins, and Elastic, enable HTTPS by completing the following steps:
  1. 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 all
    The 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
  2. To disable a secure AppViewX communication between Web, Gateway, Plugins, and Elastic, complete the following steps: $ appviewx --disable-https all
    The 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