HTTPS is an extension of HTTP that ensures secure data transfer over the web using encryption protocols like TLS or SSL. It's vital for websites handling sensitive information, signified by a padlock icon in the browser's address bar.


Everything is ok

  https://www.jurnal.md/

STATUS 200 OK
Header Value
Access-Control-Allow-Credentials true
Access-Control-Allow-Headers User-Agent,Keep-Alive,Content-Type
Access-Control-Allow-Methods GET, POST, OPTIONS, DELETE, PUT
Access-Control-Allow-Origin *
Access-Control-Expose-Headers Content-Length,Content-Range
CF-RAY 928355202eecca2c-KBP
Cache-Control no-store, no-cache, must-revalidate
Cf-Cache-Status DYNAMIC
Connection keep-alive
Content-Type text/html; charset=UTF-8
Date Sun, 30 Mar 2025 00:01:27 GMT
Expires Thu, 19 Nov 1981 08:52:00 GMT
Permissions-Policy browsing-topics=()
Pragma no-cache
Server cloudflare
Set-Cookie PHPSESSID=h7v1vni5lh7j5mqle18ck9b25r; Path=/
Transfer-Encoding chunked
Vary accept-encoding
alt-svc h3=":443"; ma=86400

  https://jurnal.md

STATUS 301 Moved Permanently
Header Value
CF-RAY 9283551fedd1ca59-KBP
Connection keep-alive
Date Sun, 30 Mar 2025 00:01:27 GMT
Location https://www.jurnal.md/
Permissions-Policy browsing-topics=()
Server cloudflare
Transfer-Encoding chunked
alt-svc h3=":443"; ma=86400

HTTPS is properly configured

When HTTPS is set up correctly, it ensures secure communication between a website and its visitors. This is achieved through the use of a valid SSL/TLS certificate, which encrypts data exchanged between the user's browser and the server. Security headers like Content Security Policy (CSP) and HTTP Strict Transport Security (HSTS) are in place to enhance protection against cyber threats. All resources on the website are loaded securely over HTTPS, preventing mixed content issues. This not only improves security but also boosts the website's SEO ranking and builds trust with users, as indicated by the padlock icon in the browser's address bar.