Corporate internal SSL self-signed certificate: how to turn off verification in Julia globally?

I am working on a project to programatically move MongoDB databases from a local server to a CosmosDB server.

I have the code working in Python, but there’s apparently a bug in the Python library that makes it fail after 500+ documents have been transferred.

Julia looks great for this, but I need a workaround for the SSL Certificate Verification … nothing to do with HTTP, just a julia program running from the command line.

Thanks much for any help with this!