-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
MongoDB TLS connection still has problems (secureContext.key
is ignored in tls.connect call)
#27185
Comments
Specific problem descriptions and minimum available demos can be found at: #26660 |
If you need my assistance in reproducing the error, feel free to let me know and I will respond and assist as soon as I see the message. |
Now we published the above fix. Can you test your script with Deno v2.1.7? |
Ok, I'll update to "2.1.7" first, and then try my example. |
It still doesn't work!!! This is the error message:
This is the error message from the database: |
I still tried the “node” version of the example, and the “node” version works. |
Keep calling me if you need my assistance with testing in the future, I'll come and assist with testing if I see a message. |
This looks related to the handling of deno/ext/node/polyfills/_tls_wrap.ts Lines 91 to 99 in b440d2d
related Node.js docs: https://nodejs.org/api/tls.html#tlscreatesecurecontextoptions |
secureContext.key
is ignored in tls.connect call)
MongodB log:
Originally posted by @LP1994 in #26660 (comment)
The text was updated successfully, but these errors were encountered: