You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/03/18 11:28:30 UTC

[GitHub] [openwhisk-wskdebug] proteche opened a new issue #24: Error: Unknown Error From API: self signed certificate

proteche opened a new issue #24: Error: Unknown Error From API: self signed certificate
URL: https://github.com/apache/openwhisk-wskdebug/issues/24
 
 
   I have local setup of openwhisk using Docker-Compose (make quick-start). I am not able to start with "wskdebug someAction" command it gives me "Error: Unknown Error From API: self signed certificate".
   I am not sure but its look like there is need of flag like --i (insecure) which is present in wsk -i action invoke someAction.
   
   **Note:** i am not able to invoke actions without --i flag with wsk but its work with --insecure flag.
   And I also tried with openwhisk-standalone.jar its works fine because its fire localhost 3232 and not https://192.168.etc...
   Thanks!!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [openwhisk-wskdebug] alexkli closed issue #24: Error: Unknown Error From API: self signed certificate

Posted by GitBox <gi...@apache.org>.
alexkli closed issue #24: Error: Unknown Error From API: self signed certificate
URL: https://github.com/apache/openwhisk-wskdebug/issues/24
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [openwhisk-wskdebug] proteche edited a comment on issue #24: Error: Unknown Error From API: self signed certificate

Posted by GitBox <gi...@apache.org>.
proteche edited a comment on issue #24: Error: Unknown Error From API: self signed certificate
URL: https://github.com/apache/openwhisk-wskdebug/issues/24#issuecomment-609737111
 
 
   thanks for reply, its works beautifully now. As i have local setup and i have a lots of endpoints(functions). And running each node container for debugging single function is not efficient on my local machine. so is there any efficient way to do that, do  i need to write some script to automate the process,  any suggestion will be helpful.
   {Basically i need to start debugger for all my functions for smooth development process.}

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [openwhisk-wskdebug] alexkli commented on issue #24: Error: Unknown Error From API: self signed certificate

Posted by GitBox <gi...@apache.org>.
alexkli commented on issue #24: Error: Unknown Error From API: self signed certificate
URL: https://github.com/apache/openwhisk-wskdebug/issues/24#issuecomment-609821502
 
 
   Do you need to always debug all functions? How granular are they?
   
   In my experience, I only wskdebug the one or two actions that I am working on, and that works well since for performance reasons they are not very small.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [openwhisk-wskdebug] alexkli commented on issue #24: Error: Unknown Error From API: self signed certificate

Posted by GitBox <gi...@apache.org>.
alexkli commented on issue #24: Error: Unknown Error From API: self signed certificate
URL: https://github.com/apache/openwhisk-wskdebug/issues/24#issuecomment-600940252
 
 
   There is an older hidden option `--ignoreCerts` that _should_ still work:
   
   ```
   wskdebug someAction --ignoreCerts
   ```
   
   Let us know if it doesn't.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [openwhisk-wskdebug] proteche commented on issue #24: Error: Unknown Error From API: self signed certificate

Posted by GitBox <gi...@apache.org>.
proteche commented on issue #24: Error: Unknown Error From API: self signed certificate
URL: https://github.com/apache/openwhisk-wskdebug/issues/24#issuecomment-609737111
 
 
   thanks for reply, its works beautifully now. As i have local setup and i have a lots of endpoints(functions). And running each node container for debugging single function is not efficient on my local machine. so is there any efficient way to do that, do  i need to write some script to automate the process,  any suggestion will be helpful.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services