How come all my http URLs are turned to https?

I think you should just get the certificate renewed, and if you need a free one go to letsencrypt.com. A growing number of hosts offer Lets Encrypt certificates as an “easy click” type option on their control panel too. If you’re real keen on taking down the TLS/SSL functionality, I hope you’ll at least mention … Read more

How to send user data from one website to another

I just found a possible solution for my question. The technology I was looking for is curl. Look at this posts for more Informations: stackoverflow.com/transfer-php-variables-from-one-server-to-another stackoverflow.com/sending-data-across-websites-using-from-http-and-receiving-in-https Also I this Blog Article quite useful:https://davidwalsh.name/curl-post-file

SSL Certificate

You probably need to change your ‘WordPress Address (URL)’ and ‘Site Address (URL)’ to include the ‘https’ instead of the ‘http’ in your WordPress settings page under: Settings -> General Settings If this doesn’t fix it, then try getting it working with the ‘Really Simple SSL’ plugin: https://en-gb.wordpress.org/plugins/really-simple-ssl/ Update After taking a look at your … Read more

Problem forcing San SSL certificate on WordPress

To find mixed content on your pages use a site such as https://www.whynopadlock.com In doing so you will find the following image http://gingerhippo.com/wp-content/uploads/2018/04/uses-of-the-yellow-pages.jpg being loaded by the page https://gingerhippo.com/2018/05/customer-journey/ If you use Firefox, most mixed content is easily found by viewing the offending page, clicking the padlock icon & clicking More Information and viewing the … Read more

Why does WordPress uses HTTPS for JS, CSS on EC2

The Reason for the Issue was https-redirection plugin. I wasnt aware there was https-redirection plugin installed. So, even though i checked wp-config.php & .htaccess for SSL redirects, the plugin was forcing SSL for CSS/JSS/images. I renamed the plugin folder and everything is proper now. sudo mv /var/www/html/wp-content/plugins/https-redirection /var/www/html/wp-content/plugins/STOP-https-redirection