PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, February 12, 2022

[FIXED] How can I resolve SSL certification problem, Domain name labeled as unsafe after been upgraded using a wordpress theme on Amazon Web Service

 February 12, 2022     amazon-web-services, ssl-certificate, wordpress, wordpress-theming     No comments   

Issue

A domain was pointed to AWS S3 Bucket, Cloudfront and registered on Certificate Manager for SSL Certificate, we upgraded the website to WordPress, deleted the S3 Bucket, and then pointed the domain to the Instance IP Address, but browsers label the domain as unsafe (unsecure), please can someone point me to the right direction on solving this problem.


Solution

If you are pointing the domain directly to the EC2 instance, then the SSL certificate you created in Certificate Manager isn't being served anymore. You either need to keep using CloudFront and point it at the EC2 instance, or add a load balancer in front of the EC2 instance, point the domain to the load balancer, and attach the SSL cert to the load balancer.

Pointing CloudFront to the EC2 instance is the best option because you really need to have a CDN in front of WordPress.



Answered By - Mark B
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing