Python client error 'Connection reset by peer'

后端 未结 3 2104
盖世英雄少女心
盖世英雄少女心 2020-12-30 05:03

I have written a very small python client to access confluence restful api. I am using https protocol to connect with the confluence. I am running into Connection rese

3条回答
  •  遥遥无期
    2020-12-30 05:33

    Installing the optional security packages did not work for me, just in case someone as the same error message, check that the url you are trying to use is correct.

    For instance if the server expects a connection on a different port, it is possible you find this error.

提交回复
热议问题