TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

IBM https broken

3 pointsby smonteover 9 years ago

4 comments

A010over 9 years ago
<p><pre><code> * Server certificate: * subject: C=US; ST=New York; L=Armonk; O=International Business Machines; CN=redirect.www.ibm.com * start date: 2015-09-30 00:00:00 GMT * expire date: 2018-11-28 23:59:59 GMT * subjectAltName does not match ibm.com </code></pre> Why redirect.www.ibm.com??? It doesn&#x27;t make sense.
mawkusover 9 years ago
<a href="https:&#x2F;&#x2F;www.ibm.com" rel="nofollow">https:&#x2F;&#x2F;www.ibm.com</a> seems to work OK. As long as they&#x27;re not using <a href="https:&#x2F;&#x2F;ibm.com" rel="nofollow">https:&#x2F;&#x2F;ibm.com</a> for anything, I guess that&#x27;s not such a big deal.<p>Of course it makes sense to fix it though.
sigsergvover 9 years ago
<a href="http:&#x2F;&#x2F;ibm.com" rel="nofollow">http:&#x2F;&#x2F;ibm.com</a> redirects to <a href="http:&#x2F;&#x2F;www.ibm.com" rel="nofollow">http:&#x2F;&#x2F;www.ibm.com</a> and so on. Not https.
hachreover 9 years ago
Nice.