apache / openwhisk-vscode

[DEPRECATED] - Visual Studio Code extension (prototype) for authoring OpenWhisk actions inside the editor.
Apache License 2.0
19 stars 4 forks source link

Error encountered calling OpenWhisk: Error: certificate has expired #6

Closed dfederschmidt closed 5 years ago

dfederschmidt commented 8 years ago
git version 2.8.3
Linux dani-tp 3.19.0-59-generic #66~14.04.1-Ubuntu SMP Fri May 13 17:27:10 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Steps to Reproduce:

  1. Select `wsk action create with a simple js action open

Screencaps: image

Error:

ERROR: Error: Error encountered calling OpenWhisk: Error: certificate has expired

This issue seems to be related to the whisk js sdk, not sure where the error is generated though so I open an issue here because it's where I observed it.

triceam commented 8 years ago

Ok, thanks. I have not seen this before. Actually, I have only tested against OpenWhisk staging and prod environments. Was this a local instance running inside of the vagrant image? Without looking at the code, my guess is that the node.js SDK is referencing a HTTPS endpoint, and the local dev environment is not using SSL/HTTPS.

dfederschmidt commented 8 years ago

This was against an OpenWhisk instance hosted on multiple remote VM's

triceam commented 8 years ago

Any chance you can share access so i can try to reproduce it? Ping me on slack.

dfederschmidt commented 8 years ago

Will do!

dgrove-oss commented 5 years ago

Closing as project is being archived.