[
https://issues.apache.org/jira/browse/CLOUDSTACK-8351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sanjay Tripathi resolved CLOUDSTACK-8351.
-----------------------------------------
Resolution: Fixed
> 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)