2

Cosmos の WebHDFS API を使用すると、期限切れの証明書応答が生成されます。

この URL を使用: https://cosmos.lab.fi-ware.org:13000/

証明書の有効期限が切れているようです期限切れの証明書

更新された証明書またはこの問題を回避する方法が必要ですか?

4

1 に答える 1

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"
于 2015-10-07T07:16:38.447 に答える