beeper/mac-registration-provider

failed to connect

louden-preble opened this issue · 1 comments

here is my terminal and I'm running 14.3.1

Last login: Sat Feb 10 22:05:23 on ttys000
usrname@usrname-Air ~ % cd downloads               
usrname@usrname-Air downloads % chmod +x mac-registration-provider
usrname@usrname-Air downloads % ./mac-registration-provider       
2024/02/10 22:05:49 Starting mac-registration-provider 31dc297a
2024/02/10 22:05:49 Loading identityservicesd
2024/02/10 22:05:49 Running sanity check...
2024/02/10 22:05:49 Fetching certificate...
panic: failed to fetch cert: failed to send request: Get "http://static.ess.apple.com/identity/validation/cert-1.0.plist": dial tcp [2620:149:a23:f000::199]:80: connect: connection refused

goroutine 1 [running]:
main.main()
	/Users/runner/work/mac-registration-provider/mac-registration-provider/main.go:101 +0xce0
usrname@usrname-Air downloads % 

as you can see it fails to connect to apple's sever, thus I can't get the registration code, this is a problem of which I don't know how to fix.

AFAICT, that is a network issue, there's not really anything we can do.