Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
Please see the pic , I am facing the issue of connection not secure while opening the site. occasional it shows a different website in the ssl certificate
its not a specific mobile issue , when i used the chomr brower in my mobile , i was able to open the site while when i used firefox in private mode , i was not able to open. My mobile runs on Andriod 13
Well, I see Port 443 is closed; that would be an issue.
$ nmap -Pn -p80,433 recruitopen.com
Starting Nmap 7.80 ( https://nmap.org ) at 2024-01-24 18:37 UTC
Nmap scan report for recruitopen.com (143.110.245.70)
Host is up (0.25s latency).
PORT STATE SERVICE
80/tcp open http
433/tcp closed nnsp
Nmap done: 1 IP address (1 host up) scanned in 0.51 seconds
Edit update: I had checked port 433 by accident and not 443.
$ nmap -Pn -p80,443 recruitopen.com
Starting Nmap 7.80 ( https://nmap.org ) at 2024-01-24 18:46 UTC
Nmap scan report for recruitopen.com (143.110.245.70)
Host is up (0.26s latency).
PORT STATE SERVICE
80/tcp open http
443/tcp open https
Nmap done: 1 IP address (1 host up) scanned in 0.37 seconds
Yet from here Hardenize Report: recruitopen.com it appears open.
Do you have some firewall doing selectively blocking or is there some sort of geo blocking happening?