Openwhisk: Openwhisk native deployment, not able to invoke action or any functions due to SSL certificate issue.

Created on 29 May 2017  路  5Comments  路  Source: apache/openwhisk

error: Unable to obtain the list of entities for namespace 'default': Get https://172.17.0.1/api/v1/namespaces/_/: x509: cannot validate certificate for 172.17.0.1 because it doesn't contain any IP SANs

I referred to this fix [https://github.com/apache/incubator-openwhisk/issues/1908] but did not solve my problem.

Most helpful comment

Use -i with your wsk commands.

All 5 comments

Use -i with your wsk commands.

vagrant@vagrant-ubuntu-trusty-64:~/openwhisk/bin$ ./wsk -i list
error: Unable to obtain the list of entities for namespace 'default': The connection failed, or timed out. (HTTP status code 502).

Still there is connection problem. Is it because I did not use any certificate ?

Since you opened another issue for the last comment I will close this one.

Use -i with your wsk commands.

what if for URL invoking action

Use wsk action get <name> --url to see the API endpoint for your action.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

csantanapr picture csantanapr  路  6Comments

csantanapr picture csantanapr  路  4Comments

tysonnorris picture tysonnorris  路  3Comments

jthomas picture jthomas  路  6Comments

andrepoleza picture andrepoleza  路  6Comments