davidism / mcafee-epo

Python client for McAfee ePolicy Orchestrator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to solve the problem of certificates

nvyao opened this issue · comments

commented
s = requests.Session()
s.verify = '/path/to/certfile'

c = Client(url, username, password, session=s)

Please,what‘s certfile and how to generate?

Duplicate of #1.

Please use Stack Overflow for questions about your own code. This tracker is for issues related to the project itself. Be sure to include a minimal, complete, and verifiable example.