You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Sanjay Tripathi (JIRA)" <ji...@apache.org> on 2015/03/27 10:56:53 UTC

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

Sanjay Tripathi created CLOUDSTACK-8351:
-------------------------------------------

             Summary: 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)