13 Messages
•
446 Points
My website: localosteopath.com
The website is now http and not https and gives security warning;
This is what AI says is wrong? How do I resolve?
Showing as HTTP instead of HTTPS because its SSL/TLS certificate is missing, expired, misconfigured, or there's a problem with your server/hosting setup, causing browsers to default to the unsecure HTTP connection, often showing a "Not Secure" warning as data isn't encrypted. Key reasons include no SSL certificate, an expired one, mixed content loading insecurely, or incorrect server settings/DNS issues.



russell5607
2.6K Messages
•
26K Points
3 days ago
You can SSL your Sitebuilder Plus website by following this article:
Can I Secure My Homestead Website With HTTPS?
https://community.homestead.com/conversations/sitebuilder-plus/can-i-secure-my-homestead-website-with-https/5f2a9b1658180958845a60de
3
russell5607
2.6K Messages
•
26K Points
3 days ago
https://, and finally set up 301 redirects from HTTP to HTTPS to ensure all traffic is secure and search engines update. For platforms like WordPress, use plugins; for manual setups, use server configurations (like.htaccessfor Apache) or hosting panel tools to enforce HTTPS.http://links in your website's code (HTML, CSS, JavaScript) tohttps://. Use a search-and-replace tool if you have many..htaccess(Apache): Add code to your.htaccessfile to redirect HTTP to HTTPS.https://URLs and resubmit it to Google Search Console.`Always Use HTTPS`) to ensure all requests are automatically secured0
0