Node.js SDK v4 Ignore SSL Verification

In v3 of the SDK we used to pass the following as part of the connection string to ignore SSL verification:

?network=external&ssl=no_verify

In v4 of the SDK, it looks like this now uses security.trustStorePath in the config object:

Is there a way for my to bypass verification like before?

It looks like this was changed to ?tls_verify=none

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.