简体   繁体   English

添加 AWS ACM EKS 后 ELB 未在 HTTPS 上打开

[英]After adding AWS ACM EKS ELB is not opening on HTTPS

I have my app running on EKS which is using istio-ingressgateway service for load balancer and Knative serving I have added ACM to my ELB, but after patching the service with我在 EKS 上运行我的应用程序,它使用 istio-ingressgateway 服务进行负载均衡器和 Knative 服务我已将 ACM 添加到我的 ELB,但在修补服务后

metadata:
  annotations:
    service.beta.kubernetes.io/aws-load-balancer-ssl-cert: "arn:aws:acm:xx-xxxx-1:1234567890:certificate/xxxxxx-xxx-dddd-xxxx-xxxxxxxx"
    service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "http"
    service.beta.kubernetes.io/aws-load-balancer-ssl-ports: "https"

my domain is not opening on HTTPS but works fine on HTTP giving this error on HTTPS我的域没有在 HTTPS 上打开,但在 HTTP 上工作正常,在 HTTPS 上出现此错误

< HTTP/1.1 408 REQUEST_TIMEOUT
HTTP/1.1 408 REQUEST_TIMEOUT
< Content-Length:0
Content-Length:0
< Connection: Close
Connection: Close

Hope you your load balancer forward the traffic from 443 to the backend target port 3190 in case of Istio.希望您的负载均衡器在 Istio 的情况下将流量从 443 转发到后端目标端口 3190。 Check your Istio gateway file wether you have 443 port mapped with the targets.检查您的 Istio 网关文件,您是否已将 443 端口映射到目标。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 AWS ELB 为具有自定义 ACM 证书的 HTTPS 流量配置 Istio Ingress - Configure Istio Ingress using AWS ELB for HTTPS traffic with a custom ACM certificate 将 AWS ELB 和 ACM 用于 https 时,目标组中的 502 错误和不健康的运行状况状态 - 502 error and unhealthy health status in the target group when using AWS ELB and ACM for https 使用 AWS 配置 HSTS(ELB、Kubernetes Nginx 和 ACM) - Configuring HSTS with AWS (ELB, Kubernetes Nginx and ACM) 通过 ACM 将其添加到我的 EBS 后,HTTPS 不起作用 - HTTPS not working after adding it to my EBS throught ACM 使用运行在ELB后面的AWS Certificate Manager(ACM)和EC2服务器通过HTTPS处理会话时,在LEMP堆栈中需要进行哪些更改? - What changes require in LEMP stack for session handling over HTTPS with AWS Certificate Manager (ACM) and EC2 server running behind ELB? AWS EKS Workers从未向ELB注册 - AWS EKS Workers never register with ELB 使用 AWS EKS 的自我管理 ELB (NLB) - Self Managed ELB (NLB) with AWS EKS 如何使用 AWS 默认的 DNS 为 ELB 请求 ACM - how to request ACM using AWS default DNS for ELB 使用 ELB 在 aws 实例上启用 https - Enable https on aws instance with ELB 通过 EKS 从 AWS ELB 迁移到 API 网关 - Migration from AWS ELB to API Gateway over EKS
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM