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.

Ask HN: Does your company intercept HTTPS? What are alternatives?

5 pointsby codesukialmost 6 years ago
As the title says, I am curious whether this is usual and what are alternatives to HTTPS traffic interception to protect a company and for doing incident response & analysis.

5 comments

BjoernKWalmost 6 years ago
I&#x27;ve worked for customers in the past who did this. For the most part it was a huge hassle and didn&#x27;t really help with incident response and analysis.<p>You have to install company root certificates on clients, perhaps even merely self-signed ones if they&#x27;ve been particularly cheap and lazy. Then traffic needs to be routed through a firewall &#x2F; proxy as well.<p>This in turn can lead to issues with tools such as Maven or NPM. These issues can be hard to debug.<p>Besides, if you don&#x27;t know what you&#x27;re doing - and most companies don&#x27;t specialise in network security - it&#x27;s easy to get the setup wrong and create major security problems.<p>Sometimes the motivation isn&#x27;t so much protection against malware but rather a petty desire to know what employees are doing.<p>For these reasons I&#x27;d strongly advise against this practice.<p>As for alternatives:<p>Follow and encourage the use of accepted best practices.<p>Educate and trust your employees about security.
Samonalmost 6 years ago
Yep, we have proxy servers with SSL decryption&#x2F;inspection. Root CA installed on all company devices.<p>There are a number of whitelisted URLs (banks, and services that refuse to work with a MITM&#x27;ed cert) but other than the initial headache during implementation, it is pretty seamless now.
dmlittlealmost 6 years ago
My current company doesn&#x27;t do this but I&#x27;m curious how it is supposed to help with incident response and analysis. Are you talking about server traffic or employee laptop&#x27;s traffic?
评论 #20631740 未加载
评论 #20632016 未加载
alltakendamnedalmost 6 years ago
This is a terrible practice with major security and privacy impacts.<p>And easily defeated by certificate pinning.
yellow_leadalmost 6 years ago
Does this require installing a company cert?
评论 #20631999 未加载