| >not on wired.com scale This is why, when you have a site the size of wired.com it's not a matter of changing the binding on your webserver. You need to go over the entire site including historic
content to make sure that all the links are HTTPS. You need to go over the entire code of the website and make sure all the JS requests are over HTTPS. You need to make sure all the adds and 3rd party content you serve are over HTTPS. You need to make sure all of the SEO and tracking still works. You need to make changes to the CMS and how you roll out content. You need to adjust your CDN and scalability to support HTTPS. You need to update your redirects, sitemaps, search and more importantly make sure that you handle search engine redirects properly because it would be probably months until the search engines update all the links. You need to make sure all your syndicated and affiliated content over the past few decades that is still linked somewhere will redirect properly. This isn't a simple task, this is probably on the same level of complexity as updating your CMS and URL structure while preserving all the historic content, links, syndication, and search engine results. |