Uploaded image for project: 'CloudStack'
  1. CloudStack
  2. CLOUDSTACK-9902

consoleproxy.sslEnabled global config variable is not present in default install

    XMLWordPrintableJSON

Details

    • Bug
    • Status: In Progress
    • Minor
    • Resolution: Unresolved
    • 4.8.0, 4.9.0, 4.9.2.0, 4.8.1.1, 4.9.0.1
    • None
    • Security Level: Public (Anyone can view this level - this is the default.)
    • None

    Description

      consoleproxy.sslEnabled global configuration parameter is required in order to enable SSL support for the console proxy. This parameter is not present in any of the database schema scripts or migrations for any point release to date that I can find.

      Workaround:

      The following can be inserted into the database to allow one to enable the ssl console proxy:

      insert ignore into configuration (category, instance, component, name, value, description, default_value, is_dynamic) values ('Console Proxy', 'DEFAULT', 'AgentManager', 'consoleproxy.sslEnabled', 'false', 'Enable SSL for console proxy', 'false', 0);
      

      Attachments

        Activity

          People

            nathanejohnson Nathan Johnson
            nathanejohnson Nathan Johnson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: