ningyougang commented on issue #5227:
URL: https://github.com/apache/openwhisk/issues/5227#issuecomment-1112765473

   The request path is, user request -> nginx-> controller(create a 
activationMessage) -> scheduler(create memoryQueue) -> invoker(pull the 
activationMessage from scheduler's memoryQueue)
   
   I feel the problem is in nginx pod side(e.g. certificate maybe), can you 
check the error logs for nginx?
   For my previous test, i can test against for controller without nginx 
directly. e.g.
   ```
   wsk property set \
     --apihost 'http://controllerIp:controllerPort' \
     --auth 'XXXXX:XXXXXXXXXXXXXX'
   ```
   After executed above command, then. execute below command
   ```
   wsk action create hello ./sample/hello.js
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to