Be advised -- you will lose ALL Facebook Likes when doing this (provided you started collecting your Likes with an http
connection!
Instead use JavaScript
if (location.protocol !== 'https:') {
location.replace('https:${location.href.substring(location.protocol.length)}');
}
and put it last in the header.