Damans227 commented on PR #12426: URL: https://github.com/apache/cloudstack/pull/12426#issuecomment-3837182139
@kiranchavala Regarding the Ceph issue, your logs show HTTPS endpoint (`https://10.0.33.100`) but port 443 isn't responding when I curl on that host: ``` darora@dell16plus:~$ curl -k https://10.0.33.100/testbucket curl: (7) Failed to connect to 10.0.33.100 port 443 after 193 ms: Couldn't connect to server ``` However, testing with with HTTP `(http://10.0.33.100)` curl works fine, and the template downloads successfully: The `testbucket` in screenshot below is where SystemVM template was downloaded. <img width="2400" height="1108" alt="image" src="https://github.com/user-attachments/assets/148e84a8-711d-495a-8562-feac27ce50a4" /> Could you try with HTTP instead? Is there a reason HTTPS was configured? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
