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

Https requests in Windows #160

Closed
Martini-man opened this issue Jan 4, 2019 · 2 comments
Closed

Https requests in Windows #160

Martini-man opened this issue Jan 4, 2019 · 2 comments

Comments

@Martini-man
Copy link

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!

@JCMais
Copy link
Owner

JCMais commented Mar 27, 2019

@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.

@JCMais
Copy link
Owner

JCMais commented May 2, 2019

This was probably caused because of the segfault on newer versions of node, which is fixed on develop and on node-libcurl@next.

@JCMais JCMais closed this as completed May 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants