Why does https not work?

hi
Why does https not work?

Typically it’s because you don’t have a SSL/TLS certificate. What’s the domain?

2 Likes

Domain : top10hostingdomain.com
When testing the site here gtmetrix.com, please call https

Appears to have an SSL certificate in place.

curl -Iv https://top10hostingdomain.com

  • Trying 104.18.35.65:443…
  • TCP_NODELAY set
  • Connected to top10hostingdomain.com (104.18.35.65) port 443 (#0)
  • ALPN, offering http/1.1
  • TLS 1.2 connection using TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
  • Server certificate: sni.cloudflaressl.com
  • Server certificate: Cloudflare Inc ECC CA-2
  • Server certificate: Baltimore CyberTrust Root

HEAD / HTTP/1.1
Host: top10hostingdomain.com
User-Agent: curl/7.67.0
Accept: /

<

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