mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-09 02:55:59 +08:00
Fixed 502 Bad Gateway error while communicating with Apple Servers. Replaced HTTP for HTTPS on appleRootCAURL (#792)
This commit is contained in:
@@ -73,7 +73,7 @@ func (p *PushCertificateRequest) Encode() ([]byte, error) {
|
||||
|
||||
const (
|
||||
wwdrIntermediaryURL = "https://www.apple.com/certificateauthority/AppleWWDRCAG3.cer"
|
||||
appleRootCAURL = "http://www.apple.com/appleca/AppleIncRootCertificate.cer"
|
||||
appleRootCAURL = "https://www.apple.com/appleca/AppleIncRootCertificate.cer"
|
||||
)
|
||||
|
||||
// CreatePushCertificateRequest creates a request structure required by identity.apple.com.
|
||||
|
||||
Reference in New Issue
Block a user