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?

GioLaq
  • 2,489
  • 21
  • 26

1 Answers1

1

The certificate must be renewed, for sure. In the meantime, you can simply ignore the certificate. If you are using curl, use the -k option:

$ 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"
frb
  • 3,738
  • 2
  • 21
  • 51