2

Using WebHDFS API of Cosmos generates an expired certificate response.

Using this url: https://cosmos.lab.fi-ware.org:13000/

we can see certificate seems expiredExpired Certificate

Do we need updated certificate or any way to go around this problem?

4

1 回答 1

1

证书必须更新,当然。同时,您可以简单地忽略证书。如果您正在使用curl,请使用以下-k选项:

$ curl -k -X POST "https://cosmos.lab.fiware.org:13000/cosmos-auth/v1/token" -H "Content-Type: application/x-www-form-urlencoded" -d "grant_type=password&username=frb@tid.es&password=MY_PASSWORD_IS_PRIVATE"
于 2015-10-07T07:16:38.447 回答