Created question in FIWARE Q/A platform on 25-07-2017 at 21:07
Please, ANSWER this question AT https://ask.fiware.org/question/812/cant-create-a-token/
Question:
Can't create a token
Description:
I used to be able to create tokens by using below curl command. But suddenly (since a few days ago) it's been imposible to create them. I know this command is right because I documented it before. Thus, I'm wondering if there are any changes in the mechanism to create tokes that I should be aware of.
COMMAND USED TO CREATE A TOKEN:
curl -k -X POST "https://computing.cosmos.lab.fiware.org:13000/cosmos-auth/v1/token" -H "Content-Type: application/x-www-form-urlencoded" -d "grant_type=password&username=MYEMAIL&password=MYPASSWORD"
OUTCOME:
curl: (7) Failed connect to computing.cosmos.lab.fiware.org:13000; Connection timed out