Jonathan Cardoso
Jonathan Cardoso
Hey @xstable, sorry for the long delay to answer this. Is this still an issue? `SSL_VERIFYPEER` is the option you want to set, so it is weird that it is...
Few ways to solve this: 1. create a symlink to the path used by the addon's libcurl, 2. Set the `CAINFO` option pointing to the correct location of the certificate.
This will be fixed this weekend. Thanks for reporting. The pre-release version will be created this later week, as I had some errors in the CI during the weekend, I...
fyi update on the deprecation warning, it requires a major bump of `node-gyp`, which I cannot do right now.
hi @kapouer, thanks for reporting this. What is the Node.js version? If you could provide a Dockerfile / .js file that reproduces the issue that would be great.
This means the server sent a response that is not a valid JSON, you have to double-check the response is valid.
Try setting your own parser to see if that helps, the default is simply calling JSON.parse in the output.
There is not much documentation for that yet, but here are some details: https://github.com/JCMais/node-libcurl/blob/0dcbb5df9d7b27dc694851b2ea164495792f8dc2/CHANGELOG.md#breaking-change-1
> Is the expectation that node-libcurl should be depending on the libcurl.dylib installed via homebrew on Mac OS 11.6+? @curiositycasualty no it is not, my expectation is that the library...
Using `--with-ca-bundle` is in fact not possible, as it does not embed the bundle on the libcurl library itself, it's checked at runtime.