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.
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
-iwith your wsk commands.
what if for URL invoking action
Use wsk action get <name> --url to see the API endpoint for your action.
Most helpful comment
Use
-iwith your wsk commands.