Python requests.exceptions.SSLError: EOF occurred in violation of protocol

前端 未结 6 1782
长发绾君心
长发绾君心 2020-12-06 01:43

I would retrieve some information from an ABB G13 gateway that offer a RESTful JSON API. API is hosted by the gateway via https endpoint. Basic authentication mechanism is u

6条回答
  •  情歌与酒
    2020-12-06 02:01

    I had exactly the same error, turns out that I didn't have ndg-httpsclient installed, see my original issue raised in github.

提交回复
热议问题