I noticed this evening that G was showing a result to one of our newer pages as "https://...".
We don't use https anywhere on our site or SSL for that matter. How would Google begin to index our site this way? Do they just start looking on both http and https to see what is there?
My problem is this. I have no idea how long this has been going on. I have no idea if I have any inbound links from big sites out there that might have accidentally used the "https" prefix. Is there any way I can run a search to find any inbound https links to my site?
I figured out how to both redirect https to http, and disable https altogether. But I was not sure which I should do at this point. If I am not sure what is out there, is it better to 301 all https requests to httpd? The one problem with this is browsers popup a security warning/certificate error, etc. Since we don't have a valid SSL certificate.
Right now I have simply commented out the "listen 443" from the ssl.conf file and that seems to have disabled any https requests.
Any advice on how to handle this? Should I not worry about any old errant https inbound links and just turn it off to avoid dup content problems?
Thanks for any advice!