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
Hi,
I'm downloading files from a website and the error handler keeps on returning this error:
Error: 140460750428696:error:100003e8:SSL routines:OPENSSL_internal:SSLV3_ALERT_CLOSE_NOTIFY:../../third_party/boringssl/src/ssl/tls_record.cc:592:SSL alert number 0
Does anyone know what options to pass to httpOptions to disable SSL verification or if there are any built-in option to do it?
httpOptions
I've set this option but it didn't help:
httpOptions: { agent: new https.Agent({ rejectUnauthorized: false }), }
The text was updated successfully, but these errors were encountered:
It's effective
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm downloading files from a website and the error handler keeps on returning this error:
Does anyone know what options to pass to
httpOptions
to disable SSL verification or if there are any built-in option to do it?I've set this option but it didn't help:
The text was updated successfully, but these errors were encountered: