I developed an app using watson and cloudant. Completed the coding part using eclipse. Build was successful and I got war file. When I am trying to push this to bluemix, I am facing problem. on giving the command
cf api https://api.eu-gb.bluemix.net
or
cf api https://api.ng.bluemix.net
I get the following in response
setting api endpoint to https://api.eu-gb.bluemixnet...
FAILED
Invalide SSL Cert for api.eu-gb.bluemix.net
TIP:Use 'CF api --skip--ssl-validation' to continue with an insecure API endpoint
Please help out, or tell some way to push my application.