GitHub user la-wu added a comment to the discussion: Upload template from local is failing
Hi @TheKunalSen I had the same issue on my site after default installation. What I did to fix this: First find out what the actual process is doing. I used Browser DevTools for this and noticed that the upload is by default done with http to the Public IP of the secondary storage VM. Not sure why but this seems to be an issue. Fix to get things working: 1. Enable https for upload: Global settings -> use.https.to.upload By default the SSL certifcate used then is 9 years old so still an issue. So you have to open the URL first and accept the certificate before uploading. 2. Install proper SSL certificate [https://www.shapeblue.com/securing-cloudstack-4-11-with-https-tls/](url) Hint: for me the import only worked with cloudmonkey. GitHub link: https://github.com/apache/cloudstack/discussions/13573#discussioncomment-17593084 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
