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.

Disabling cert checks: we have not learned much

35 pointsby caution3 months ago

5 comments

sebazzz3 months ago
I think that many instances are disabling checks in order to troubleshoot something and then never enabling it again. And we see this on all levels - development, devops and also sysops of course. Just quickly disabling something without leaving a TODO, disabling a MSDeploy certificate check because a proper PKI has never been set-up, just ignoring any certificate errors in LAN management tools because installing a certificate is so hard.
hypeatei3 months ago
Somewhat related is a recently discovered bug in the qBittorrent client where SSL checks had been disabled for a long time before someone noticed:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42004219">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42004219</a>
ghusto3 months ago
Kind of related, but a little off-topic: I think tying name checking to encrypting traffic was a mistake. They are two different use cases, and shouldn&#x27;t have been so tightly coupled.<p>Sometimes I care only about my traffic being encrypted, and resent having to jump through hoops to ignore the name mismatch. Sometimes I care only about assurances that the name is correct, and don&#x27;t care about having the traffic encrypted.
评论 #43017689 未加载
评论 #43017822 未加载
clbrmbr3 months ago
I just today reviewed a PR with a default insecure option. But here we’re working on local networks where there’s no way to get a certificate because there’s not a domain name that points to the local IP address.<p>At least with HTTPS over the local network, it can frustrate attempts to break into it. That said we are sure to call it “https-insecure”.
评论 #43015427 未加载
firesteelrain3 months ago
Except in airgap environments where there is no CA available to check against.
评论 #43017262 未加载
评论 #43015257 未加载