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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Does my site need HTTPS?

106 点作者 WallyFunk超过 3 年前

26 条评论

marginalia_nu超过 3 年前
Eh, I really wish there would be more pushback against HTTPS.<p>It does include a lot of problems, including the reporting of browsing information through non-stapled OCSP, there&#x27;s still major MITM-problems (yes, still; for example CloudFlare is huge-ass MITM), and no matter what this site claims, HTTPS is definitely still a lot slower than HTTP, even with HTTP&#x2F;2; and it further makes it a lot easier to hide which data is extracted from a computer from the user. Encryption is great if you are using it, but it can also very much be used against you. The centralization it drives also creates unpleasant attack vectors for snooping governments.<p>I wish there was a way non-sensitive data could be transmitted plain-text, but signed with a server certificate. This solves many of the same problems, while avoiding many of the problems with HTTPS.
评论 #30155341 未加载
评论 #30155405 未加载
评论 #30155485 未加载
评论 #30156047 未加载
hamaluik超过 3 年前
Does your site need to redirect me to the French version (<a href="https:&#x2F;&#x2F;faut-il-https-sur-mon-site.fr&#x2F;" rel="nofollow">https:&#x2F;&#x2F;faut-il-https-sur-mon-site.fr&#x2F;</a>) just because I&#x27;m in Canada?<p>No, no it does not.
评论 #30154488 未加载
评论 #30154388 未加载
评论 #30154043 未加载
RKearney超过 3 年前
&gt; &quot;HTTPS is difficult to set up and maintain.&quot;<p>&gt; It just works if Caddy is your web server.<p>I wonder what percentage of people who thinks HTTPS is difficult to set up and maintain are able to run their own VPS and properly install and configure caddy.
评论 #30153859 未加载
评论 #30154958 未加载
评论 #30154235 未加载
评论 #30155159 未加载
评论 #30157902 未加载
Minor49er超过 3 年前
Another interesting side effect of not using HTTPS is that other sites won&#x27;t trust yours. In particular, if you try to use Open Graph or similar metadata to generate previews that other sites can embed when your link is posted, many of them simply won&#x27;t do it because they don&#x27;t trust the origin.
评论 #30155351 未加载
评论 #30154803 未加载
chme超过 3 年前
I guess public linux distribution repo mirrors can still be http, if you are fine with leaking which packages you are installing.<p>The packages themselves are signed and checked locally before installing them, so MITM shouldn&#x27;t be possible. If your local trust is broken, then you lost already.<p>And you can easily setup caching proxies for the repos, without requiring to setup your own CA.
评论 #30154163 未加载
评论 #30154810 未加载
评论 #30154259 未加载
评论 #30155188 未加载
Freskis超过 3 年前
The website misses the reason that I have not moved my domains to HTTPS: Google.<p>Google treat the HTTP and HTTPS pages as separate for link ranking purposes, so there is a chance that a move will destroy 10 years of link ranking. Even with redirects, there is a non-zero chance of the business being destroyed.<p>If Google would treat HTTP and HTTP pages as the &quot;same page&quot; then I would move tomorrow.
评论 #30155360 未加载
评论 #30155263 未加载
评论 #30155614 未加载
eric_b超过 3 年前
For everyone here saying &quot;Just use Let&#x27;s Encrypt&quot; - well, they&#x27;ve had some security issues over the last couple of years. Most recently [1]. They revoke certs and change challenges seemingly on a whim. I&#x27;ve had a number of fires to put out in the past 12 months because of LE.<p>Also, good luck using LE in a web farm type environment &quot;easily&quot;. Given the challenge limits there&#x27;s usually a fair bit of plumbing required to get multiple servers on the same domain with the same certificates. It&#x27;s anything but &quot;just works&quot;.<p>[1] <a href="https:&#x2F;&#x2F;www.bleepingcomputer.com&#x2F;news&#x2F;security&#x2F;lets-encrypt-is-revoking-lots-of-ssl-certificates-in-two-days&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.bleepingcomputer.com&#x2F;news&#x2F;security&#x2F;lets-encrypt-...</a>
评论 #30155582 未加载
评论 #30155281 未加载
评论 #30155911 未加载
1vuio0pswjnm7超过 3 年前
&quot;&quot;It&#x27;s the browser&#x27;s job to keep users safe.&quot;<p>True, but incomplete. It is not SOLELY the browser&#x27;s job. Browsers can only keep the users safe if the server provides credentials through an HTTPS certificate. As a site owner, it&#x27;s your responsibility to provide these credentials for your clients.&quot;<p>HTTPS, or even using the internet in general, is not the only way to provide credentials to clients (users). For example, public keys can be provided using other protocols or even out of band.<p>Not every website is engaged in commerce nor otherwise needs to &quot;scale&quot; in a way that only computers can enable.
Evidlo超过 3 年前
I find certbot a PITA to use and maintain despite the EFF&#x27;s efforts.<p>And caddy is still not available in the Debian repos.
评论 #30154745 未加载
评论 #30155742 未加载
bArray超过 3 年前
&gt; The only reason you should open port 80 on your server is to redirect all requests to port 443 and then close the connection on port 80. (Someday, maybe we can drop port 80 altogether.)<p>I think it is fine to support both if you are not handling forms, etc. Obviously you prefer people to use HTTPS, but there may be cases where HTTP is preferred. One example might be a large download where you can verify the hash afterwards, or interacting with old hardware&#x2F;software.
评论 #30155130 未加载
评论 #30156204 未加载
dreamsbythelake超过 3 年前
HTTPS (TLS v1.3) <i>does add ~100% overhead</i>. I personally prefer simple HTTP sites, but everyone is scared of &quot;Not Secure&quot; message in address bar ... So we all have to pay that penalty, even on static sites, easily checked against WayBack Machine or Tor service.
评论 #30158414 未加载
评论 #30184211 未加载
enriquto超过 3 年前
What if you don&#x27;t trust any certificate providers?
评论 #30155382 未加载
评论 #30159549 未加载
评论 #30155642 未加载
评论 #30155187 未加载
评论 #30155499 未加载
ThinkBeat超过 3 年前
Having been around for a while I remember the concerns companies and sites had for the computer power required to serve https traffic.<p>They used to make SSL&#x2F;TLS and more accelerators you could slot into servers to make it faster.<p>As a devil&#x27;s advocate, I wonder how much energy the world would save by using HTTP, instead of HTTPS.<p>That is a hell of a lot of processing going on every single second globally.<p>The fatter and fatter and fatter websites get, the more compute is required to encrypt and decrypt everything.<p>Think of how much electrical power could be freed up and used for better things. &lt;&#x2F;s&gt;
ozim超过 3 年前
If they serve ads via http - good luck now any ISP can put their own ads instead theirs and they will never know and will never get any money from it :)
erwincoumans超过 3 年前
Didn&#x27;t realize certificates are really free (according that that site), I&#x27;ve been paying GoDaddy $94.99 for a Standard SSL Renewal yearly.
评论 #30154186 未加载
评论 #30154401 未加载
评论 #30154182 未加载
fireflymetavrse超过 3 年前
&gt;&quot;I can&#x27;t afford a certificate.&quot;<p>&gt;They&#x27;re free.<p>May be free but is it still applicable on hosting providers like Godaddy?
评论 #30154294 未加载
评论 #30156372 未加载
评论 #30154215 未加载
eswat超过 3 年前
This site needs translations for the intended audience. Looking at you Japan, South Korea, et al.
xhrpost超过 3 年前
I haven&#x27;t signed up for a cert in a while, is some form of personal&#x2F;business validation still required? I&#x27;m just wondering if forcing HTTPS everywhere will make it difficult to anonymously own your domain in the future.
评论 #30155431 未加载
mhitza超过 3 年前
I really miss the days when EV certificates where highlighted in the address bar. I feel like nowadays it would be easier to get scammed, due things like unicode characters in URLs for example.
评论 #30155472 未加载
评论 #30155478 未加载
ChrisArchitect超过 3 年前
(2017)<p>some previous discussion: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14753993" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14753993</a>
Graffur超过 3 年前
While I agree with the premise. What is this about:<p>&quot;Our site displays ads over HTTP.&quot;<p>Sorry, not sorry.
endofreach超过 3 年前
Yes.
arpa超过 3 年前
But it runs in my LAN.
评论 #30157990 未加载
评论 #30154258 未加载
评论 #30154949 未加载
pierrebeaucamp超过 3 年前
Some counter-arguments from n-gate.com: <a href="http:&#x2F;&#x2F;n-gate.com&#x2F;software&#x2F;2017&#x2F;07&#x2F;12&#x2F;0&#x2F;" rel="nofollow">http:&#x2F;&#x2F;n-gate.com&#x2F;software&#x2F;2017&#x2F;07&#x2F;12&#x2F;0&#x2F;</a>
评论 #30155084 未加载
评论 #30154713 未加载
评论 #30154695 未加载
slim超过 3 年前
this seems to be ba marketing website made by the developer of caddy httpd
arpa超过 3 年前
four letters in schema bad, five letters in schema good.