michaelmarth opened a new issue #22: Cannot connect to OW deployment URL: https://github.com/apache/incubator-openwhisk-vscode/issues/22 Trying to run the extension on a Mac and connect to my own OW deployment. After configuring as described within VSCode (using the command shell and setting apihost and auth) I get in the terminal when I try to e.g. execute `wsk action list`: ``` $ wsk action list Error: Error encountered calling OpenWhisk: Error: getaddrinfo ENOTFOUND http http:443 ``` `wsk` is correctly configured on the command line and works fine. I also tried to use the terminal window within VSCode and ran: ``` wsk property set --apihost http://(hostname).adobe.io --auth (token) wsk action list ``` Works well within VSCode. I also compared my files ~/.wskprops and ~/.openwhisk/vscode-config.json. They seem the same. Only thing that stands out to me is the erreor message mentioning "443". I have configured the host as *http*, not *https* (in both cases). But the server responds on http as well and also have tried to configure VSCode for https. Any logs or other info I could share with this issue? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
