TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

IBM https broken

3 点作者 smonte超过 9 年前

4 条评论

A010超过 9 年前
<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.
mawkus超过 9 年前
<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.
sigsergv超过 9 年前
<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.
hachre超过 9 年前
Nice.