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: /
- Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< Date: Tue, 21 Apr 2020 18:29:49 GMT
Date: Tue, 21 Apr 2020 18:29:49 GMT
< Content-Type: text/html; charset=UTF-8
Content-Type: text/html; charset=UTF-8
< Connection: keep-alive
Connection: keep-alive
< Set-Cookie: __cfduid=d9a2fb5a9584e40dd792e187e66c2a9ee1587493788; expires=Thu, 21-May-20 18:29:48 GMT; path=/; domain=.top10hostingdomain.com; HttpOnly; SameSite=Lax
Set-Cookie: __cfduid=d9a2fb5a9584e40dd792e187e66c2a9ee1587493788; expires=Thu, 21-May-20 18:29:48 GMT; path=/; domain=.top10hostingdomain.com; HttpOnly; SameSite=Lax
< X-Powered-By: PHP/7.3.14
X-Powered-By: PHP/7.3.14
< Link: https://top10hostingdomain.com/wp-json/; rel=βhttps://api.w.org/β, https://top10hostingdomain.com/; rel=shortlink
Link: https://top10hostingdomain.com/wp-json/; rel=βhttps://api.w.org/β, https://top10hostingdomain.com/; rel=shortlink
< Vary: X-Forwarded-Proto,Accept-Encoding,User-Agent
Vary: X-Forwarded-Proto,Accept-Encoding,User-Agent
< Cache-Control: max-age=0
Cache-Control: max-age=0
< Expires: Tue, 21 Apr 2020 18:29:48 GMT
Expires: Tue, 21 Apr 2020 18:29:48 GMT
< CF-Cache-Status: DYNAMIC
CF-Cache-Status: DYNAMIC
< Expect-CT: max-age=604800, report-uri=βhttps://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ctβ
Expect-CT: max-age=604800, report-uri=βhttps://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ctβ
< Server: cloudflare
Server: cloudflare
< CF-RAY: 58792c31bc794955-STL
CF-RAY: 58792c31bc794955-STL
< cf-request-id: 023f99f31600004955f19e3200000001
cf-request-id: 023f99f31600004955f19e3200000001<
This topic was automatically closed after 30 days. New replies are no longer allowed.