When an iOS Update Killed My Certificates: A Real Story About Information Asymmetry
After updating iOS, a few websites suddenly stopped loading on my phone.
At first I thought, “Network issue? DNS?” — but looking closer, it was clearly a certificate error.
“Ah, this is a cert problem,” I realized.
The Cause Was Certificates
Bottom line:
- A root or intermediate certificate had been invalidated
- HTTPS for certain sites was no longer trusted
A classic case — though “classic” only to people who know what that means.
The fix was simple:
- Find the correct certificate
- Download it
- Install it on iOS
- Turn on the trust setting
Done.
Writing it out takes a second, but for a regular person, this is an impossible quest.
The Cheat Code This Time Was AI
I used Claude for this one.
- Threw in the error screen
- Pasted the certificate name
- Asked, “What is this?”
And out came:
- Which certificate it was
- Where to download it
- How to configure it on iOS
All in one shot.
Honestly, it was faster than searching.
But Could a Regular Person Do This?
This is what hit me the hardest this time.
I’m an engineer, so:
- I know what a certificate is
- I understand the concept of root certificates
- I can diagnose “this is a cert issue”
But could my wife do this? No way.
Even if she were using ChatGPT:
- She wouldn’t know what to ask
- She wouldn’t understand the error
- She wouldn’t even know what kind of problem this is
In other words: “She can’t even come up with the search terms.”
Information Asymmetry
This is textbook information asymmetry.
Between the people who know and the people who don’t, everything differs:
- How the problem looks
- The distance to a solution
- The cost to get there
In this case:
- Me → solved in 10 minutes
- An average user → hours, or stuck forever
The Worst-Case Route: Going to the Store
When people get stuck, the next step is usually this: head to the carrier shop.
And the typical outcome:
- “Your device is a bit old…”
- “You should probably upgrade.”
New phone purchased.
“But it’s a certificate problem…?” — that kind of moment.
(Not every shop does this, of course, but the structure pushes things this direction.)
What Happens When I’m the Amateur?
Here’s the scary part:
In other domains, I’m completely the amateur.
For example:
- Medicine
- Law
- Cars
In these areas, I’m squarely on the “believe what I’m told” side.
So What Do We Do?
Here’s my takeaway from this incident:
Don’t ask AI for the “answer.” Ask AI “who you should ask.”
This is surprisingly powerful.
For example:
- “Given these symptoms, which type of doctor should I see?”
- “What kind of specialist handles this problem?”
- “Is this quote reasonable?”
That kind of usage.
Summary
- IT trouble is game-over without the right knowledge
- Information asymmetry is very real
- AI is a tool for closing that gap
- But how you use it matters
And the most important thing:
When you don’t know something, “what to ask” is everything.
Postscript
This kind of trouble is an “of course” moment for engineers, but for regular users it’s pure, unreasonable chaos.
How we overcome these “small injustices” is what will dramatically change the real value of AI.