I tried to run the command, its output is below:
curl -D /dev/stderr http://timestamp.apple.com
HTTP/1.1 302 Moved Temporarily
Server: Apple
Date: Wed, 16 Oct 2024 03:41:14 GMT
Content-Type: text/html
Content-Length: 138
Connection: keep-alive
Location: https://www.apple.com/certificateauthority/
Host: timestamp.apple.com
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
<html>
<head><title>302 Found</title></head>
<body>
<center><h1>302 Found</h1></center>
<hr><center>Apple</center>
</body>
</html>
but it also stuck with no output after running the command, like 3 out of 5 times.
what's the problem?
Topic:
Code Signing
SubTopic:
General