Closed nowakowski closed 8 years ago
curl --cert <your_proxy_file> --cacert <your_proxy_file> http://<your-api-provider>/api/v1/appliance_sets
Change http to https and make sure the cacert option is valid (use "key" instead?)
This is plgrid specific. I changed there http into https. Additionally in atmosphere doc http was changed into https.
curl --cert <your_proxy_file> --cacert <your_proxy_file> http://<your-api-provider>/api/v1/appliance_sets
Change http to https and make sure the cacert option is valid (use "key" instead?)