Daniel Laudams

Results 6 comments of Daniel Laudams

@chrisdenton-ct 1.7.4 would not have this fix. The [fix](https://github.com/hashicorp/terraform/pull/34796) was only merged 4 days ago. 2024-03-09. [1.7.4](https://github.com/hashicorp/terraform/releases/tag/v1.7.4) was released prior to that on 2024-02-21.

Setting weak_cert_validation = T did not reliably fix it for me. I don't think it is related to weak certificates. The MongoDB server certificate validates running this code: ```R >...

What does work for me is adding `tls=true` to the MongoDB URI. i.e., `mongodb+srv://xxx:yyy@zzzz/?tls=true` I suspect the call to `mongoc_uri_get_tls` in [mongoc-uri.c](https://github.com/jeroen/mongolite/blob/f2c985995e567248c675e1339ee5b407c2d402b4/src/mongoc/mongoc-uri.c) does not properly recognise that TLS=true is the...

Try using Node JS 24.x and set ‘NODE_USE_ENV_PROXY=1’. You won’t need to configure the proxy as part of the ‘@semantic-release/github’ plugin.

> There were multiple open issues, all about the functionally same issue. Hence, as the initial description says, this exists to merge and declutter them. If this leads to a...