SSL issue - Chrome 69.0.3497.81 reports Active content with certificate errors

My domain is:
https://theeasyoffice.com/

I ran this command:

It produced this output:

My web server is (include version):
nginx 16

The operating system my web server runs on is (include version):
ubuntu 16.04

My hosting provider, if applicable, is:
The server is hosted on aws ec2 instance, the domain is registered in goDaddy

I can login to a root shell on my machine (yes or no, or I don’t know):
Yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel):
No

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot):
certbot 0.31.0

When I first to to my website url I get: net::ERR_CERT_COMMON_NAME_INVALID.
Then if I go directly to one of my APIs I can “approve” and from that point the web site is showing but top row says “! Not Secure” in red and inspect->security tells Resources - active content with certificate errors.

Any help would be greatly appreciated.

Hi @ofir_be

checking your domain - https://check-your-website.server-daten.de/?q=theeasyoffice.com

Two problems:

  • Your name servers are buggy, there is no A record
  • checking the non-authoritative ip, there is a wrong redirect to a not existing domain

The certificate is correct, but the redirect is terrible.

Hi @JuergenAuer,
Thank you very much for your reply.
I’m rather new to this.
Is there a better way to get a https web site running on amazon without having to redirect to hosted provider (since I was not able to find how to create domain for ec2 machine on amazon)?

That has nothing to do with Amazon. You have a redirect to a not existing domain. That's something you have to fix.

Your https://www.theeasyoffice.com/ works, there is the correct certificate.

But there is a new check of your domain - https://check-your-website.server-daten.de/?q=theeasyoffice.com

Now there is no A record visible. So your website doesn't exist.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.