We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Olá JCMais, ´ I installed this in nodejs in windows and it works for http links but not for https ones.
I also have a mac and it works perfectly there.
Any idea why?
I tried already with nodejs x86 and x64 and have issues with both.
Also Curl.option.SSL_VERIFYHOST, 0 and Curl.option.SSL_VERIFYPEER, 0 don't help either.
Obrigado!
The text was updated successfully, but these errors were encountered:
@Martini-man sorry for taking too long to answer, I had completely missed this issue.
What version of node.js and this package were you using?
There is a current issue with node.js 10 that causes a segmentation fault when accessing anything with TLS on Windows. I trying to fix it right now.
Sorry, something went wrong.
This was probably caused because of the segfault on newer versions of node, which is fixed on develop and on node-libcurl@next.
develop
node-libcurl@next
No branches or pull requests
Olá JCMais,
´
I installed this in nodejs in windows and it works for http links but not for https ones.
I also have a mac and it works perfectly there.
Any idea why?
I tried already with nodejs x86 and x64 and have issues with both.
Also Curl.option.SSL_VERIFYHOST, 0 and Curl.option.SSL_VERIFYPEER, 0 don't help either.
Obrigado!
The text was updated successfully, but these errors were encountered: