简体   繁体   English

通过 ACM 将其添加到我的 EBS 后,HTTPS 不起作用

[英]HTTPS not working after adding it to my EBS throught ACM

I created, validated and issued an ACM certificate.我创建、验证并颁发了 ACM 证书。 Attached it to my Load balancer Created rules to accept https connections on my security groups.将它附加到我的负载均衡器创建的规则以接受我的安全组上的 https 连接。

I get a connection refused error.我收到连接拒绝错误。

This is how my load balancer is configured: http://imgur.com/a/WnX0c这是我的负载均衡器的配置方式: http : //imgur.com/a/WnX0c

I checked the post below: https://forums.aws.amazon.com/thread.jspa?threadID=248771&tstart=0我查看了下面的帖子: https : //forums.aws.amazon.com/thread.jspa?threadID=248771&tstart=0

But my Load balancer seems to be configured correctly.但是我的负载均衡器似乎配置正确。 (According to the image above). (根据上图)。 And I am getting a connection refused instead of a timeout.而且我收到连接被拒绝而不是超时。

Am I missing any configs?我缺少任何配置吗?

Important: I bought the domain outside amazon, I used route 53 to get the IPs to put on my domain provider.重要提示:我在亚马逊之外购买了域,我使用路由 53 获取 IP 以放置在我的域提供商上。 Maybe those DNS are pointing to EC2 instead of the load balancer?也许那些 DNS 指向 EC2 而不是负载均衡器? How can I confirm that, or do it right?我怎样才能确认这一点,或者做对了?

通过将路由 53 上的 A 条目重定向到负载均衡器而不是与我的 ec2 实例关联的弹性 IP,设法解决了我的问题。

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

相关问题 添加 AWS ACM EKS 后 ELB 未在 HTTPS 上打开 - After adding AWS ACM EKS ELB is not opening on HTTPS 通过ACM和负载均衡器为AWS Nodejs弹性beantalk设置HTTPS,如何在s3存储桶中为angular设置HTTPS - HTTPS is set up for aws Nodejs elastic beanstalk throught ACM and load balancer, how do i set up the HTTPS for angular in s3 bucket 使用来自ACM的证书在Elasticbeanstalk中强制使用https - Forcing https in elasticbeanstalk with certificate from ACM ACM 证书不适用于子域的子域 - ACM Certificate not working for sub domain of sub domain 为什么我的 ACM 证书仍未颁发/验证? - Why is my ACM Certificate still not issued / validated? 如何配置弹性beantalk以将https和ACM证书一起使用? - How do I configure elastic beanstalk to use https with an ACM certificate? 将 ACM 证书导入我的本地系统 - Import ACM certificates to my local system AWS ACM通配符ssl证书不在域上工作 - AWS ACM wildcard ssl certificate not working on domain 克隆后增加 EC2 EBS 卷 - resize2fs 不起作用 - increase EC2 EBS volume after cloning - resize2fs not working 为什么我的非 www https url 不工作? - why are my non www https url not working?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM