[Device Check]Get SSL connection timeout when connect https://api.devicecheck.apple.com

Our service is using Apple device check api to prevent fraud happening. https://developer.apple.com/documentation/devicecheck/accessing-and-modifying-per-device-data

But there is SSL connection timeout happen from June 1st. /app $ curl --connect-timeout 5 -v https://api.devicecheck.apple.com

  • Trying 17.33.193.105:443...
  • Connected to api.devicecheck.apple.com (17.33.193.105) port 443 (#0)
  • ALPN, offering h2
  • ALPN, offering http/1.1
  • successfully set certificate verify locations:
  • CAfile: /etc/ssl/certs/ca-certificates.crt
  • CApath: none
  • TLSv1.3 (OUT), TLS handshake, Client hello (1):
  • SSL connection timeout
  • Closing connection 0

curl: (28) SSL connection timeout

Does apply add access limitation for specific ips?

The base URL in your curl command is not a legitimate URL to use. What are you trying to accomplish with this command?

You will also need to use a bearer auth token to interact with this service. The documentation you referenced explains how to construct a correct request, and what the correct URLs are for your intended use.

If you are still seeing issues with a correctly constructed curl request, please share your complete curl interaction, including the curl command, your complete headers and payload, and the exact time (including Time Zone) of the failed request, so we can start investigating.

[Device Check]Get SSL connection timeout when connect https://api.devicecheck.apple.com
 
 
Q