Thanks so much for this. I have been following the instructions and I am confident I have installed certsage.php in the root directory of EmotionalCompetency.org However when I go to https://emotionalcompetency.org/certsage.php the browser (chrome) times out. What is the problem? Thanks!
Your site itself appears to be unreachable via HTTPS. I'm also not confident that you have the certsage.php
file in the correct location.
EmotionalCompentency.org
shows:
Server: awselb/2.0
[also, I'm moving these posts to a separate topic - and closing this one]
With GoDaddy that is a sign you are using GoDaddy Redirect URL service. You instead should have the DNS point to the public IP for your virtual server.
And nmap -Pn
confirms that; only Port 80.
$ nmap -Pn emotionalcompetency.org
Starting Nmap 7.80 ( https://nmap.org ) at 2023-03-01 00:41 UTC
Nmap scan report for emotionalcompetency.org (15.197.142.173)
Host is up (0.0100s latency).
Other addresses for emotionalcompetency.org (not scanned): 3.33.152.147
rDNS record for 15.197.142.173: a4ec4c6ea1c92e2e6.awsglobalaccelerator.com
Not shown: 999 filtered ports
PORT STATE SERVICE
80/tcp open http
Nmap done: 1 IP address (1 host up) scanned in 4.32 seconds
$ nmap -Pn 3.33.152.147
Starting Nmap 7.80 ( https://nmap.org ) at 2023-03-01 00:43 UTC
Nmap scan report for a4ec4c6ea1c92e2e6.awsglobalaccelerator.com (3.33.152.147)
Host is up (0.010s latency).
Not shown: 999 filtered ports
PORT STATE SERVICE
80/tcp open http
Nmap done: 1 IP address (1 host up) scanned in 4.40 seconds
Using this online tool https://www.redirect-checker.org/ with http://emotionalcompetency.org as the input gives these results:
http://emotionalcompetency.org
302 Found
http://www.emotionalcompetency.com/
301 Moved Permanently
https://emotionalcompetency.com/
200 OK
Now https://emotionalcompetency.com/ has had its Certificate has been revoked as shown here: https://decoder.link/sslchecker/emotionalcompetency.com/443 look for OCSP Status.
And this is what I see with Windows 10 Firefox 110.0 (64-bit)
And SSL Server Test: emotionalcompetency.com (Powered by Qualys SSL Labs) also shows Revoked.
Should certsage.php be removed after a cert has been obtained? Can I (for example) request a cert from CertSage ?
Thought I'd ask ;0)
If you know the password
You could take down certsage.php between uses if you want, but with the recent addition of password protection, it's probably more convenient not to.
You could simply rename the file to something not .php
while not in use.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.