thekev
Elite Member
- Joined
- Aug 15, 2020
- Posts
- 1,110
FINALLY!
Sussed it - the reason this was so hard to find is that when I tried to find out what I'd done on server X1 I went into the cert store and ripped out all the certificates I could find relating to this wildcard, and yet STILL the app ran fine.
The reason being that what that python-certifi-win32 module does is finds any certificates it feels are part of the chain and drops them into the %LOCALAPPDATA%\.certifi\cacert.pem file.
It never cleans them up though if they're deleted.
So the answer was just just clone that file and now it's working...
Holy krapballz
I almost feel like this warrants a dislike, just for the amount of magic nonsense that solution required.