-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"SSLv3 methods disabled" Error #256
Comments
This is very weird! How exactly are you seeing that the SSLv3 methods are disabled? |
This is the full error msg Error: SSLv3 methods disabled are you using nodejs 6 lts? |
I searched the internet, i couldn't find similar case, this closest issue i can find is nodejs/node#3695 |
I just updated to most recent node (6.2.2) and I am not getting this error. What are the values you are using for How did you instantiate your Sender? Did you pass it any options for the underlying request? |
we found the culprit! it is this line we added it to support an old oauth server some time ago |
@ldarren great that you solved it! Just to be sure: is it correct that this was something in your code, that you have now removed? 😄 |
Yes it was in my code, it has nothing to do with node-gcm |
nodejs version: 6.1
node-gcm:0.14.3
os:ubuntu-server 14.4
it was ok with nodejs version 4, after updated to 6.1,
anyone facing the same error?
The text was updated successfully, but these errors were encountered: