Can I use cURL in insecure mode?

Thanks in advance for your help. I was wondering if there was any flag/preprocessor definition/edit to JUCE I can make that will let me make cURL network requests to a server with a self-signed certificate.

I am working on Linux, with JUCE_USE_CURL enabled and using a local VM to test web queries made by plugins. The VM is running apache with the default SSL cert, which is not considered secure by cURL. Using the command line, I can pass --insecure to tell cURL not to worry about it. Is there such a feature built into JUCE’s use of cURL? If not, is it possible to do a little tweak in my copy of JUCE to allow ‘insecure’ connections?