We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Can't create a token

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