I created VirtualHost at my xampp in localhost for wordpress and add this code in httpd-vhosts.conf :
ServerAdmin webmaster@mysitefo
In your wp-config.php file.
define('WP_HOME','http://yourwordpressurl.com'); define('WP_SITEURL','http://yourwordpressurl.com');
This will force your site to use http:// instead of https