You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Nathan Johnson (JIRA)" <ji...@apache.org> on 2017/05/03 20:38:04 UTC

[jira] [Updated] (CLOUDSTACK-9902) consoleproxy.sslEnabled global config variable is not present in default install

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-9902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nathan Johnson updated CLOUDSTACK-9902:
---------------------------------------
    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 enable the ssl console proxy:

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


  was:
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 enable the ssl console proxy:

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



> consoleproxy.sslEnabled global config variable is not present in default install
> --------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9902
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9902
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Install and Setup, VNC Proxy
>    Affects Versions: 4.8.0, 4.9.0, 4.8.1.1, 4.9.0.1
>            Reporter: Nathan Johnson
>            Assignee: Nathan Johnson
>            Priority: Minor
>
> 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 enable the ssl console proxy:
> {noformat}insert into configuration (category, instance, component, name, value, description, default_value, is_dynamic) values ('Console Proxy', 'DEFAULT', 'AgentManager', 'consoleproxy.sslEnabled', 'true', 'Enable SSL for console proxy', 'false', 0);
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)