Post

Replies

Boosts

Views

Activity

Reply to Server to server notification
We are having the same issue on our side with our server properly accepting TLS V1.2 connections. However validating the TEST notification, the response was a "firstSendAttemptResult": "TLS_ISSUE". Here's the CURL information to our server (domain redacted). * Connected to ***.*** (***.***.***.xxxx) port 443 (#0) * ALPN, offering h2 * ALPN, offering http/1.1 * successfully set certificate verify locations: *  CAfile: /etc/ssl/cert.pem *  CApath: none * (304) (OUT), TLS handshake, Client hello (1): * (304) (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-RSA-AES256-GCM-SHA384 * ALPN, server did not agree to a protocol * Server certificate: *  subject: CN=xxxxxxx *  start date: Feb 28 00:00:00 2023 GMT *  expire date: Feb 28 23:59:59 2024 GMT *  subjectAltName: host "xxxx" matched cert's "***" *  issuer: C=GB; ST=Greater Manchester; L=Salford; O=Sectigo Limited; CN=Sectigo RSA Domain Validation Secure Server CA *  SSL certificate verify ok. > GET / HTTP/1.1 Can you help us clear that issue? Thanks
Mar ’23
Reply to macOS Widget query data from local app
Yes both the Widget and the macOS app would be in the same team. However that app data to be surfaced within the widget is not contained in a file but in a SQLite database. So I understand correctly, I would have to create an AppExtension of type Action that would perform the proper data retrieval request on the shared database file. Then the widget could leverage that App Extension to extract retrieved data and have those displayed in the Widget UI. Let me know if solution path makes sense. Thanks for your reply.
Jun ’20