Python Requests throwing SSLError

前端 未结 24 3010
小蘑菇
小蘑菇 2020-11-22 02:49

I\'m working on a simple script that involves CAS, jspring security check, redirection, etc. I would like to use Kenneth Reitz\'s python requests because it\'s a great piec

24条回答
  •  深忆病人
    2020-11-22 03:23

    I face the same problem using gspread and these commands works for me:

    sudo pip uninstall -y certifi
    sudo pip install certifi==2015.04.28
    

提交回复
热议问题