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://starnet.md/ro

STATUS 200 OK
Header Value
Cache-Control no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
Connection keep-alive
Content-Type text/html; charset=utf-8
Date Fri, 26 Jun 2026 12:36:23 GMT
Link </>; rel=preconnect; crossorigin="", </v2/_next/static/css/80c571497c07211a.css>; rel=preload; as="style", </v2/_next/static/css/3a6dcde4d10c1c93.css>; rel=preload; as="style"
Server nginx
Set-Cookie NEXT_LOCALE=ro; Path=/v2; SameSite=lax
Strict-Transport-Security max-age=31536000
Transfer-Encoding chunked
Vary rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
X-Content-Type-Options nosniff
X-Frame-Options DENY
X-Middleware-Rewrite /v2/ro
X-Powered-By Next.js
X-XSS-Protection 1; mode=block

  https://www.starnet.md

STATUS 302 Found
Header Value
Cache-Control no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
Connection keep-alive
Content-Length 145
Content-Type text/html
Date Fri, 26 Jun 2026 12:36:23 GMT
Location https://starnet.md/ro
Server nginx
Strict-Transport-Security max-age=31536000
X-Content-Type-Options nosniff
X-Frame-Options DENY
X-XSS-Protection 1; mode=block

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.