| ▲ | strongpigeon 8 hours ago | ||||||||||||||||||||||||||||
I'm getting invalid certificates from https://ppq.apple.com. I think that's probably the root cause? | |||||||||||||||||||||||||||||
| ▲ | astrostl 7 hours ago | parent | next [-] | ||||||||||||||||||||||||||||
Invalid certs according to what? Quoth Claude Code: OpenSSL can't validate the cert because it contains a critical extension it doesn't recognize — specifically 1.2.840.113635.100.6.27.3.2, which is an Apple-proprietary OID marked as critical. Per X.509 rules, if a client encounters an unrecognized critical extension, it must reject the cert. That said, this is likely intentional on Apple's part — browsers and Apple's own TLS stack (SecureTransport/Network.framework) almost certainly know how to handle this extension. It's a private Apple CA (Apple Server Authentication CA) signing an Apple-internal service endpoint, so it's designed to work within Apple's ecosystem rather than with generic OpenSSL. In practice: | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
| ▲ | gt565k 8 hours ago | parent | prev [-] | ||||||||||||||||||||||||||||
Hilarious... their provisioning profile query server has an expired SSL certificate? Are you serious Apple? | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||