pycurl.error: (60, 'SSL certificate problem: unable to get local issuer certificate')
Hi marclave!
I have following error after run InstaBot.py:
InstaBot
Developed by Marc Laventure
Liking #I
Traceback (most recent call last):
File "InstaBot.py", line 113, in
How can I resolve this?
I get this error too!
I solved the problem this way:
- pip install certifi
- Open InstaBot.py
- add "import certifi"
- before :
c.setopt(c.URL, url)add:c.setopt(pycurl.CAINFO, certifi.where())
P.S sorry for my English
curl.setopt(pycurl.SSL_VERIFYPEER, 0) is key point
I am getting same error when moving my code on Unix server but same works on windows. Don't know what is wrong. Tried multiple option such Ssl verify option set false
This is because your browser signature is banned by the owner. This is an identity error ( ERROR 1010)