Re: Apple Push Notification Servers (APNS)

2019-01-21 Thread spiffyguy via 4D_Tech
Hi Tom, That is currently correct that 4D requests don't currently support http/2 request. But there is a curl plugin by Miyako that supports curl calls with http/2 right from 4D. https://github.com/miyako/4d-plugin-curl-http Scroll down to the very bottom of the readme and you will see an exam

Re: Apple Push Notification Servers (APNS)

2019-01-19 Thread Tom-Lists via 4D_Tech
Thanks. It turns out 4D doesn't handle HTTP2 requests (yet?) so I'm using curl to send push notifications. Cheers, Tom > On Tue, Jan 15, 2019, at 6:31 PM, John DeSoi via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > I have seen this error which I thought was related to a keep-alive error (* >

Re: Apple Push Notification Servers (APNS)

2019-01-15 Thread John DeSoi via 4D_Tech
I have seen this error which I thought was related to a keep-alive error (* as the last parameter) in the HTTP client implementation, but it appears you are not using that option. My work-around was to just retry the request which seemed to work. Might be worth a try. John DeSoi, Ph.D. > On

Apple Push Notification Servers (APNS)

2019-01-15 Thread Tom-Lists via 4D_Tech
Hello, Anyone having any luck sending notifications to Apple's Push Notification Servers? I'm getting mixed results when I try to POST the HTTP REQUEST: in v16.4: Error code: 49 SSL internal error : error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca component: 'srvr' in v17.0: