Paolo Pedrielli 0 Posted January 4, 2022 Hi all, I'm using RAD Server for several endpoints and also for push notification in iOS. All was fine, but now I notice the iOS notifications doesn't work anymore. Searching for it, I found that Apple moves from HTTP to HTTP/" on March 31st 2021, so the old push notification method shouldn't work. Maybe this is the real issue. My RAD version says 4.1, do you know if a newer version, HTTP/2 compatible, is available now? I searched all the web but I cannot find anything... Thanks Paolo Share this post Link to post
Fr0sT.Brutal 900 Posted January 10, 2022 I'm afraid we all should accept that HTTP/2,3,4,whatever will appear deprecating good old simple HTTP with something overcomplicated. Probably a reverse proxy like Nginx before your server could help? Share this post Link to post
Paolo Pedrielli 0 Posted January 10, 2022 Hi, thanks for your reply. It seems http/2 for push notification is not supported: https://serverfault.com/questions/765258/use-http-2-0-between-nginx-reverse-proxy-and-backend-webserver Best Paolo Share this post Link to post
Fr0sT.Brutal 900 Posted January 10, 2022 16 minutes ago, Paolo Pedrielli said: https://serverfault.com/questions/765258/use-http-2-0-between-nginx-reverse-proxy-and-backend-webserver From what I've read, they don't support HTTP/2 between Nginx and backend server but your need is to convert HTTP/2 to HTTP/1 which is totally fine and supported AFAIU Share this post Link to post