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 2018/05/16 23:15:12 UTC

[GitHub] dgrove-oss commented on issue #125: Use configured protocol for API requests

dgrove-oss commented on issue #125: Use configured protocol for API requests
URL: https://github.com/apache/incubator-openwhisk-cli/issues/125#issuecomment-389695021
 
 
   I just got bit by this today when trying to use `wsk api create` with a .wskprops that was "misconfigured" to have `APIHOST=https://MY_HOST` instead of `APIHOST=MY_HOST`.  The symptom was that invoking the resulting APIs gave a 502 (bad gateway) because the created actions were given the url `https://https://MY_HOST/`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services