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

STATUS 200 OK
Header Value
Access-Control-Allow-Origin *
Connection keep-alive
Content-Security-Policy script-src 'self' 'unsafe-inline' 'unsafe-eval' *.jquery.com *.jsdelivr.net *.fontawesome.com *.youtube.com maps.gstatic.com *.google.com *.googleapis.com *.google-analytics.com cdnjs.cloudflare.com assets.zendesk.com connect.facebook.net consent.cookiebot.com consentcdn.cookiebot.com *.googletagmanager.com *.gstatic.com; frame-src 'self' *.youtube.com assets.zendesk.com *.facebook.com s-static.ak.facebook.com tautt.zendesk.com consent.cookiebot.com consentcdn.cookiebot.com *.google.com *.gstatic.com; object-src 'self'; worker-src 'self' blob:
Content-Type text/html; charset=UTF-8
Date Sun, 13 Oct 2024 00:00:41 GMT
Link <https://micb.md/>; rel=shortlink
Referrer-Policy no-referrer-when-downgrade
Server nginx
Set-Cookie incap_ses_8219_3095709=wCM8e48nbnf9U3XnBsEPcqkNC2cAAAAA9SmZvtIY1t6V8hPiSEFG8Q==; path=/; Domain=.micb.md
Strict-Transport-Security max-age=31536000; includeSubDomains; always
Transfer-Encoding chunked
X-CDN Imperva
X-Content-Type-Options nosniff
X-Frame-Options SAMEORIGIN
X-Iinfo 11-144914272-144914287 SNNy RT(1728777640596 979) q(0 0 0 1) r(3 3) U12
X-Powered-By PHP/8.3.12
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.