IBM Worklight 5.0.6.1 - Push Notification through Proxy Server

…衆ロ難τιáo~ 提交于 2019-12-11 19:23:08

问题


I would like to use a proxy server for push notification. In worklight.properties, how to specify username and password for APNS?

#   Push GCM proxy settings
#push.gcm.proxy.enabled=false
# protocol may be either http or https
#push.gcm.proxy.protocol=
#push.gcm.proxy.host=
# negative value means default port
#push.gcm.proxy.port=-1
#push.gcm.proxy.user=
#push.gcm.proxy.password=

#   Push APNS proxy settings
#push.apns.proxy.enabled=false
# only SOCKS proxy is supported at the moment
#push.apns.proxy.type=SOCKS
#push.apns.proxy.host=
#push.apns.proxy.port=

回答1:


Okay, I've checked.

For Push Notifictions Worklight uses notnoop. The current version bundled in Worklight does not have username/password support in APNS proxy (which is of type SOCKS and I am not sure if it at all supports this method, either). It does not exist in the bundled version.

Note: it is not possible to upgrade notnoop in Worklight, it is integrated within.



来源:https://stackoverflow.com/questions/18710603/ibm-worklight-5-0-6-1-push-notification-through-proxy-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!