Still have problem with your wordpress SSL or HTTPS status? Take a easy, just put below code in .htaccess file via CPanel
# END WordPress RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Now, let you try to open your web and it will be secure.