http -> https
This commit is contained in:
parent
52636b6764
commit
cb1f760731
3 changed files with 3 additions and 3 deletions
|
@ -830,7 +830,7 @@ class _Request(object):
|
|||
|
||||
try:
|
||||
conn.request(
|
||||
method='POST', url="http://" + HOST_NAME + HOST_SUBDIR,
|
||||
method='POST', url="https://" + HOST_NAME + HOST_SUBDIR,
|
||||
body=data, headers=headers)
|
||||
except Exception as e:
|
||||
raise NetworkError(self.network, e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue