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/01/18 12:25:54 UTC

[GitHub] saurabh1284 commented on issue #3200: In a HA multiple controllers distributed env, apihost has to manually change.

saurabh1284 commented on issue #3200: In a HA multiple controllers distributed env, apihost has to manually change.
URL: https://github.com/apache/incubator-openwhisk/issues/3200#issuecomment-358631612
 
 
   thx @markusthoemmes  !
   
   I set it as per above =
   -> wsk property set --auth $(cat files/auth.whisk.system) --apihost https://100.100.100.91:443 -i -v
   ok: whisk auth set. Run 'wsk property get --auth' to see the new value.
   ok: whisk API host set to https://100.100.100.91:443
   
   But now getting a different error -
   -> wsk action list
   error: Unable to obtain the list of actions for namespace 'default': Get https://100.100.100.91:443/api/v1/namespaces/_/actions?limit=30&skip=0: x509: cannot validate certificate for 100.100.100.91 because it doesn't contain any IP SANs
   Run 'wsk --help' for usage.
   

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