Forum Moderators: Robert Charlton & goodroi
[edited by: Robert_Charlton at 7:13 pm (utc) on Oct 30, 2015]
[edit reason] changed domain.com to example.com, to unlink urls [/edit]
The discussion gets off on some side issues, so I'll quote the applicable sections below....
An SSL/https version would be either duplicate content, or a "new" site with the same content but with different urls... depending on whether you now can see the site on just one set of urls, or on both https and http.
I'm not sure from your post and question whether you understand that when changing an http site to https, you would have to 301 redirect all of your urls from http to https for Google properly handle the change.
You only want one protocol to resolve for each individual page. Both protocols returning a 200 OK header response is dupe content, and https/http dupes can be a mess to clean up.
You would need to use mod_rewrite to fix the situation. Once links to both protocols get out there in the wild, it's my experience that full canonicalization is the only way to fix this. That's something you should have had in place from the start, but very possibly might not have.