Hi Vincent, Can you try the following:
* Using keytool check if the certificates exists in the keystore and are valid, and provided passphrase is also correct * Try creating a keystore in jks format * Check if there's any firewall rule blocking https port 8443 and verify (ex using netstat -nl | grep 8443) if management server is even listening on port 8443 * On any changes restart the management server If you're able to confirm the bug, then you may log an issue here: https://github.com/apache/cloudstack/issues/new Hope this helps. Regards. ________________________________ From: Vincent Hermes <[email protected]> Sent: Thursday, June 25, 2020 15:46 To: [email protected] <[email protected]> Subject: Re: HTTPS Broken with 4.14 Hi Rohit, yes I have set the following in my /etc/cloudstack/management/server.properties: # The service context path where URL requests should be served context.path=/client # The HTTP port to be used by the management server http.port=8080 # Max inactivity time in minutes for the session session.timeout=1440 # Options to configure and enable HTTPS on management server # # For management server to pickup these configuration settings, the configured # keystore file should exists and be readable by the management server. https.enable=true https.port=8443 # The keystore and manager passwords are assumed to be same. https.keystore=/etc/cloudstack/management/keystore.pkcs12 https.keystore.password=********** # The path to webapp directory webapp.dir=/usr/share/cloudstack-management/webapp # The path to access log file access.log=/var/log/cloudstack/management/access.log Regards Vincent [email protected] www.shapeblue.com 3 London Bridge Street, 3rd floor, News Building, London SE1 9SGUK @shapeblue
