Cosmos の WebHDFS API を使用すると、期限切れの証明書応答が生成されます。
この URL を使用: https://cosmos.lab.fi-ware.org:13000/
更新された証明書またはこの問題を回避する方法が必要ですか?
Cosmos の WebHDFS API を使用すると、期限切れの証明書応答が生成されます。
この URL を使用: https://cosmos.lab.fi-ware.org:13000/
更新された証明書またはこの問題を回避する方法が必要ですか?
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"