dgrove-oss commented on issue #165: server gave HTTP response to HTTPS client URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/165#issuecomment-373744280 I think your Ingress configuration might be off. The CLI is reporting `whisk API host 10.106.146.143:31607` but looking at the services, I see ``` svc/apigateway NodePort 10.104.34.220 <none> 8080:31607/TCP,9000:31416/TCP 9d svc/nginx NodePort 10.104.8.176 <none> 80:30419/TCP,443:31489/TCP,8443:32004/TCP 9d ``` I think you want to set your API_HOST's port to 31489 (matching nginx's port 443).
---------------------------------------------------------------- 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
