You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/03/27 11:01:07 UTC

[jira] [Commented] (CLOUDSTACK-8351) Cloudstack https configuration wrong in server.xml

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-8351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14383607#comment-14383607 ] 

ASF subversion and git services commented on CLOUDSTACK-8351:
-------------------------------------------------------------

Commit e2fe8e649919796545bdd825b18fc8b2c0c1da4b in cloudstack's branch refs/heads/master from [~sanjay.tripathi]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=e2fe8e6 ]

CLOUDSTACK-8351: Cloudstack https configuration wrong in server.xml


> Cloudstack https configuration wrong in server.xml
> --------------------------------------------------
>
>                 Key: CLOUDSTACK-8351
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8351
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Install and Setup, Management Server
>    Affects Versions: 4.5.0
>            Reporter: Sanjay Tripathi
>            Assignee: Sanjay Tripathi
>             Fix For: 4.6.0
>
>
> The default server.xml files list the https section as follows:
> <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
> maxThreads="150" scheme="https" secure="true"
> clientAuth="false" sslProtocol="TLS"
> keystoreType="PKCS12"
> keystoreFile="conf\cloud-localhost.pk12"
> keystorePass="password"
> />
> However catalina.out then shows an exception:
> SEVERE: Failed to load keystore type PKCS12 with path conf\cloud-localhost.pk12 due to /usr/share/cloudstack-management/conf\cloud-localhost.pk12 (No such file or directory)
> java.io.FileNotFoundException: /usr/share/cloudstack-management/conf\cloud-localhost.pk12 (No such file or directory)
> Hence the line for the keystore file should read:
> keystoreFile="conf/cloud-localhost.pk12"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)