So if I look up worpress site http://example.com I get redirected to https://example.com because there is an SSL protocol implemented.
The problem starts when I need to authenticate to google webmaster. I have put google's .html file in my public html folder (my site's root folder).
If I hit http://example.com/googlefile.html, I got served.
If I hit https://example.com/googlefile.html, I don't served.
How to ensure that all sites under my root directory got served through SSL?