I have a Sencha cmd remote repository on one of my webspaces. That worked always without a flaw, but since I have moved the repo to another webspace (domain) that is https instead of http it comes with the warning:
Code:
Failed to download remote catalog : Error downloading https://cachefly.mydomain.nl/cmd/packages/catalog.json?_dc=1499777477469
When I do a curl with the same URL from the command line, it is downloading the contents without a problem. It is the same command line from which I run my Sench CMD statements (Linux).
So my question is: how does Sencha CMD read the contents from a repository (not with CURL I guess), and what else could I do to make Sencha CMD read my repo without a problem.