How best to keep my localhost on Http while my Remote production is on Https
I am using a plugin **Really Simple SSL**
that configured to use SSL. And I use WP Migrate Pro to move my DB from local to remote. But I usually run into the problem of pulling
the DB from productions to localhost during development, most of my links on the localhost are using https.
I do not want to set SSL on my local development.
Presently, I deactivate the plugin Really Simple SSL using `wp cli'. Next, I have to Find and Replace https to http on the localhost. That makes updates to be using unsecured repos and my fonts, css and cdn use http which create a new security risk for my development which would eventually end on in production.
What is the best approach so that I do not expose my production to security risk after development?
Topic development-strategy wp-cli local-installation https production Wordpress
Category Web