I would like to add ssl certificate to my already existing wordpress site

Yes it applies to your old articles. There are several specific issues related to images which use absolute urls (mixed content errors). Basically you need to inform plugin/theme authors to update their code or to update it yourself (which is not recommended because in case of update you will lose the changes.) Yes. After applying … Read more

My site thinks it’s secure when it is fact not

wp_config was set up to force SSL by overwriting $_SERVER[‘HTTPS’], I respolved the issue. I assume someone was trying to make SSL work behind the proxy at one point. It would actually be a much better solution ( specifically for asset links ) to use the double slash //

Steps for WordPress over SSL

It is not absolutely necessary to add anything to the config file. However it’s a good idea to do a test to look for any unsecured Http calls, such as stylesheets or Scripts. A good resource for this is https://www.whynopadlock.com/. The force SSL Setting can sometimes help with requests coming from plug-ins or anything you … Read more