HTTPS not working (on AWS Elastic Beanstalk based site)

前端 未结 2 1787
自闭症患者
自闭症患者 2020-12-28 15:44

The site works perfectly fine on HTTP, however, does not work on HTTPS. I\'ve followed all the steps on this page to create a self-signed certificate and add it to my Elasti

2条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-28 16:26

    Amazon recently released AWS Certificate Manager :

    • Go to https://console.aws.amazon.com/acm/home
    • Add your domain and validate it by email
    • After the certificate is issued, deploy it to your Elastic Load Balancers following the steps (and easily setup your security groups)

    It's event better for a performance point of view:

    Because ELB supports SSL offload, deploying a certificate to a load balancer (rather than to the EC2 instances behind it) will reduce the amount of encryption and decryption work that the instances need to handle.

    follow the doc for more information:

    https://aws.amazon.com/fr/blogs/aws/new-aws-certificate-manager-deploy-ssltls-based-apps-on-aws/

提交回复
热议问题