python_api icon indicating copy to clipboard operation
python_api copied to clipboard

Enable SSL requests

Open BillFarber opened this issue 9 years ago • 0 comments

Although the Requests package supports SSL, the MarkLogic Connection class does not have the plumbing in place to use that support.

I will add a member variable to the Connection class. The member variable will be named "verify" to match the value in the Requests package, and the default value will be False.

BillFarber avatar Feb 14 '16 21:02 BillFarber