Forum Moderators: Robert Charlton & goodroi
Be HTTPs by October or Chrome will show "not secure" flag
"The following URLs on your site include text input fields (such as < input type="text" > or < input type="email" >) that will trigger the new Chrome warning. "
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]Note: your server may require a different code So you'd think it is only a matter of time before they start yapping at people who use any form of their Search in http sites.
I received a note from Google this morning advocating for site wide HTTPS and warning about the Chrome update coming in October that will identify every HTTP site as untrustworthy.
[edited by: Robert_Charlton at 9:00 pm (utc) on Aug 22, 2017]
[edit reason] fixed typo [/edit]
I recently migrated one of sites back to http after 4 months of traffic and income loss, and the traffic returned to the previous level within a week.
I've moved a dozen of my own sites and several for clients, not one bit of traffic loss.Agreed
Have you checked your SSL setup at ssllabs? Perhaps you have a stapling issue, SNI issue or older SSL encryption support on your server? There are a variety of things which can cause incompatibility with browsers, especially current versions of Firefox, and older versions of other browsers.
convert a site to https