From: David O. <da...@qc...> - 2023-08-08 16:24:15
|
Hi there, We have a chat implementation based on the Naviserver nswebpush module which recently stopped working with Google endpoints (eg. https://fcm.googleapis.com/fcm/send...). Suddenly it's complaining about invalid JWTs. We went back to reference the nswebpush code. https://bitbucket.org/naviserver/nswebpush/src/main/ We installed it on a clean Debian Bullseye server with latest Naviserver from bitbucket. When we ran the "make test" we also get a 403 from Google... more specifically, the reply was: Webpush failed with reply status 403 time 0:88018 headers d8 body {invalid JWT provided } https {sslversion TLSv1.3 cipher TLS_AES_256_GCM_SHA384} Is anyone else experiencing this or can make any suggestions as to what has changed? -- *David* |