I'm trying to configure IBM MobileFirst push notifications via Proxy (It was working without Proxy). Below Worklight.properties "GCM Proxy" config:
push.gcm.proxy.enabled=true
push.gcm.proxy.protocol=HTTP
push.gcm.proxy.host=192.168.250.21
push.gcm.proxy.port=80
push.gcm.proxy.user=
push.gcm.proxy.password=
Kindly, note that there is no required authentication with proxy.
However, I'm getting below error:
FPWSE1055E: Failed to invoke Google GCM push service. com.ibm.pushworks.server.exceptions.GCMException: GCM Service invocation Failed (reason: Unexpected response code HTTP/1.1 407 Proxy Authentication Required when invoking Google GCM push service.