Yesterday I migrated the website to another provider and won an SSL certificate, which has already been applied. I would like to know if Google will automatically identify that the site is now secure (https), because in the search, the result appears as "http".
I configured the .htaccess to redirect any request to the secure page:
RewriteEngine On
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}