Ted
Ted
This comment by [ottomeister](https://stackoverflow.com/users/1334967/ottomeister) on this [StackOverflow question](https://stackoverflow.com/questions/55002093/remove-bufffer-depreciation-warning-in-node-js) should help: > iisnode itself is known to use new Buffer(), which will trigger this warning. See github.com/Azure/iisnode/issues/60 and github.com/Azure/iisnode/pull/62 for proposed...
Instructions extended with tips from the cross-post in azure-cli-extensions: - Download the latest wheel (*.whl) from https://github.com/Azure/azure-devops-cli-extension/releases - Download the wheel for distro==1.3.0: `pip wheel --wheel-dir ~\Downloads distro==1.3.0 --no-deps` -...
[pip-system-certs](https://pypi.org/project/pip-system-certs/) might be of interest for you.
@gjb1002, I think the problem with the above code is much simpler. @matthchr just does not load the certificates from the store after creating the context as mentioned on StackOverflow:...
Now I see. If using this hack, then you should also clear `conn.ca_cert_dir = None`.
The retry mechanism is indeed part of 6.0.0. See release notes or the notes of the beta mentioned above (link: #271): > # Concurrency > By far one issue that...