ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.3k stars 208 forks source link

Change port from 443 to some other port #223

Closed sunojvijayan closed 8 years ago

sunojvijayan commented 8 years ago

Hi I need to send push from a secure environment. I only have access to outside via data power. Unfortunately in the data power I am using port 443 is being used by another service. Can we change the port from with in the code to achieve this. The data power will redirect the port to 443 with the outgoing connection when hitting GCM.

Please help?

eladnava commented 8 years ago

@sunojvijayan This question is out of the scope of this library. I'd suggest asking on the NetworkEngineering StackExchange site.

sunojvijayan commented 8 years ago

What if we change the port in constants.js

hypesystem commented 8 years ago

I agree with @eladnava --- this is not the place for figuring this problem out. Good luck figuring it out, though!

sunojvijayan commented 8 years ago

Okay. Thank you guys