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
besides, I'm using the same procedure as it is described here: http://fiware-cosmos.readthedocs.io/en/latest/quick_start_guide_new/#section3.1 whiteout success at all :( any advice ???
You have to request access to francisco.romerobueno@telefonica.com or use the resources provided by UPM. for more info please visit https://github.com/ging/fiware-cosmos/blob/master/doc/manuals/quick_start_guide_new.md