michaelwittig / node-q

Q interfacing with Node.js
MIT License
52 stars 14 forks source link

How can I connect with TLS, but without verification? #63

Open travis-leith opened 2 years ago

travis-leith commented 2 years ago

This is related to this issue: https://github.com/jshinonome/vscode-q/issues/64

When I try to connect, I get "unable to verify the first certificate". Given the isolated environment I am working in, I know it is safe to disable verification. Is there a parameter that can control this in node-q?

michaelwittig commented 2 years ago

Not possible at the moment.