antomor commented on issue #628: URL: https://github.com/apache/openwhisk-deploy-kube/issues/628#issuecomment-675294004
I solved by using the configuration [suggested](https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-aws.md#configuring-openwhisk-using-ssl-and-elastic-loadbalancers), even if, in my case, I was using a self-signed certificate (for testing-purpose only): ``` whisk: ingress: awsSSL: "true" type: LoadBalancer annotations: service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http service.beta.kubernetes.io/aws-load-balancer-ssl-ports: https-api service.beta.kubernetes.io/aws-load-balancer-ssl-cert: <arn:aws:iam::server-certificate> ``` ---------------------------------------------------------------- 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: [email protected]
