Here's how to force WordPress to use an SSL connection. The SSL connection in question is https://. There are a few things you can do.
1. Login to WordPress and add https:// to your domain name.
Navigate to Settings > General.
2. Then add https in the following column.
3. Then Save Changes.
4. The next step is to edit your WordPress .htaccess file.
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://YOURDOMAIN.com/$1 [R,L] </IfModule>
Where YOURDOMAIN.com is replaced with your domain name. Don't forget.
5. Finish.
If there is an Unsecure connection, make sure :
o SSL on your domain is enabled.
o Components such as images, images, etc. are set to HTTPS
If you still don't understand or are confused, you can directly livechat to www.exabytes.co.id or email to support@exabytes.co.id. Our team will be happy to help you.