Secure Sockets Layer (SSL) ensures encrypted communication between your website and users. If you are facing SSL issues on your WordPress website hosted with Khichdi One Digital Hosting using Webuzo, follow this guide to troubleshoot and fix them.
Log in to Webuzo Control Panel (https://yourdomain.com:2002
).
Navigate to SSL Certificates under the Security section.
Check if an SSL certificate is installed for your domain:
If not installed, click Install SSL Certificate.
Choose Let's Encrypt (Free SSL) or upload a purchased SSL certificate.
Click Install and wait for confirmation.
Log in to your WordPress Dashboard (https://yourdomain.com/wp-admin
).
Navigate to Settings > General.
Update the following fields:
WordPress Address (URL) → https://yourdomain.com
Site Address (URL) → https://yourdomain.com
Save changes and reload your site.
Access File Manager in Webuzo or connect via FTP.
Open the .htaccess
file in your website’s root directory.
Add the following lines at the top:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Save changes and refresh your site.
Install the Really Simple SSL plugin in WordPress.
Activate the plugin and let it automatically fix insecure content.
If errors persist, check your theme and plugins for HTTP assets and update them to HTTPS.
Clear browser cache and test your website in incognito mode.
If using Cloudflare or a CDN, make sure SSL is enabled in the Cloudflare settings.
Ensure your domain’s A record points to the correct IP in Webuzo DNS settings.
In Webuzo > SSL Certificates, check the expiry date of your SSL certificate.
If expired, renew it manually or enable auto-renewal in Let's Encrypt settings.
If SSL errors still appear, reach out to Khichdi One Digital Hosting Support with details of the issue and error messages.
By following these steps, you can resolve most SSL-related problems on your WordPress website. Keeping your SSL active ensures security and trust for your visitors.