just go to your Cpanel and go to file manager and find .htaccess file then edit and paste this code
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Just update your permalinks after that will work !!