Python Requests throwing SSLError

前端 未结 24 2990
小蘑菇
小蘑菇 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:24

    Might not be helpful, but if nothing works, try this.

    You put "www.example.com", requests shouts at you. You put "https://www.example.com", and get this error. Change "https" to "http" and rejoice.

提交回复
热议问题