Post

Replies

Boosts

Views

Activity

Reply to iOS 14 Universal Links timeout error with Apple CDN
This is our server's apple-app-site-association detail. curl -v https ://app.example.com/.well-known/apple-app-site-association&#9; Trying XX.*.XX.*... TCP_NODELAY set Connected to app.example.com (XX.*.XX.*) port 443 (#0) ALPN, offering h2 ALPN, offering http/1.1 successfully set certificate verify locations: &#9; CAfile: /etc/ssl/cert.pem &#9;CApath: none TLSv1.2 (OUT), TLS handshake, Client hello (1): TLSv1.2 (IN), TLS handshake, Server hello (2): TLSv1.2 (IN), TLS handshake, Certificate (11): TLSv1.2 (IN), TLS handshake, Server key exchange (12): TLSv1.2 (IN), TLS handshake, Server finished (14): TLSv1.2 (OUT), TLS handshake, Client key exchange (16): TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1): TLSv1.2 (OUT), TLS handshake, Finished (20): TLSv1.2 (IN), TLS change cipher, Change cipher spec (1): TLSv1.2 (IN), TLS handshake, Finished (20): SSL connection using TLSv1.2 / ECDHE-ECDSA-AES256-GCM-SHA384 ALPN, server accepted to use h2 Server certificate: &#9;subject: businessCategory=Private Organization; jurisdictionCountryName=JP; serialNumber=XXXX-XX-XXXXXX; C=JP; ST=Tokyo; L=XXXXXX; O=XXXXXX; OU=XXXXXX; CN=www .example.com &#9;start date: May&#9;8 00:00:00 2020 GMT &#9;expire date: Aug&#9;3 12:00:00 2022 GMT &#9;subjectAltName: host "app.example.com" matched cert's "app.example.com" &#9;issuer: C=US; O=DigiCert Inc; OU=www .digicert.com; CN=DigiCert ECC Extended Validation Server CA &#9;SSL certificate verify ok. Using HTTP2, server supports multi-use Connection state changed (HTTP/2 confirmed) Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0 Using Stream ID: 1 (easy handle 0x7fade700f600) > GET /.well-known/apple-app-site-association HTTP/2 > Host: app.example.com > User-Agent: curl/7.64.1 > Accept: */* > Connection state changed (MAX_CONCURRENT_STREAMS == 100)! < HTTP/2 200 < server: Apache < last-modified: Tue, 25 Aug 2020 05:44:52 GMT < x-content-type-options: nosniff < x-xss-protection: 1; mode=block < content-type: application/json < date: Thu, 27 Aug 2020 01:56:23 GMT < content-length: 445 < { &#9;"applinks": { &#9;&#9;"apps": [], &#9;&#9;"details": [ &#9;&#9;&#9;{ &#9;&#9;&#9;&#9;"appID": "XXXXXXXXX2.com.example.APP", &#9;&#9;&#9;&#9;"paths": ["NOT /aaa/", "*"] &#9;&#9;&#9;},{ &#9;&#9;&#9;&#9;"appID": "XXXXXXXXX1.com.example.APP.enterprise.production", &#9;&#9;&#9;&#9;"paths": ["NOT /aaa/", "*"] &#9;&#9;&#9;},{ &#9;&#9;&#9;&#9;"appID": "XXXXXXXXX1.com.example.APP.enterprise.staging", &#9;&#9;&#9;&#9;"paths": ["NOT /aaa/", "*"] &#9;&#9;&#9;} &#9;&#9;] &#9;} Connection #0 to host app.example.com left intact }* Closing connection 0 (inserting some spaces in several URLs above due to this forum's restriction)
Aug ’20