Skip to content
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

Error when making request #39

Open
dericksozo opened this issue Oct 17, 2019 · 3 comments
Open

Error when making request #39

dericksozo opened this issue Oct 17, 2019 · 3 comments

Comments

@dericksozo
Copy link

Hey there team, I'm running into SSL error when making a request, either to api.feedbin.com or feedbin.com. Anything I can do about this?

(node:361) UnhandledPromiseRejectionWarning: Error: write EPROTO 140230432048960:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure:../deps/openssl/openssl/ssl/s23_clnt.c:802:

    at WriteWrap.afterWrite [as oncomplete] (net.js:868:14)
(node:361) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:361) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

Thank you and hoping to hear back,
Derick

@benubois
Copy link
Member

Hi @dericksozo,

Feedbin does not support SSLv3 because it's not secure. Is this node? I think you either need to update node, openssl and/or try the disabling SSLv3 as described in this Stack Overflow answer.

Thanks!

@dericksozo
Copy link
Author

Hey @benubois thank you for the prompt response! I'll try this and get back. 😄

@dericksozo
Copy link
Author

I'll go ahead and update this comment in case anyone else is running into this issue.

First, if you're running your own Node.js server then yes use @benubois link to Stack Overflow above. In my case though, I'm using Glitch.com, and I can't disable SSLv3. I'm getting around it by using Zapier to make the request to the Feedbin API directly.

Thank you for all your hard work @benubois and Feedbin Team.

Have a good day,
Derick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants