python - Apple root certificate for push notifications on openshift -


i stuck on step of apns (apple push notification) process. have app-specific certificates , keys developer.apple.com work fine local dev server on osx system, on rhel based openshift cloud servers don't seem work. there cryptic step apple's documentation. https://developer.apple.com/library/ios/documentation/networkinginternet/conceptual/remotenotificationspg/chapters/communicatingwithaps.html#//apple_ref/doc/uid/tp40008194-ch101-sw1

note: establish tls session apns, entrust secure ca root certificate must installed on provider’s server. if server running os x, root certificate in keychain. on other systems, certificate might not available. can download certificate entrust ssl certificates website.

i did obtain said certificate, both .der , .cer site.

https://www.entrust.net/downloads/root_request.cfm#

now put them? running django app (might switch in future, separate topic) on openshift.

if want send apple push notifications shared server or paas , have use third party such http://urbanairship.com/.


Comments

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

css - SVG using textPath a symbol not rendering in Firefox -

order - Notification for user in user account opencart -