mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
default HTTP-based log emits to HTTPS
see: https://github.com/ansible/awx/issues/2048
This commit is contained in:
@@ -203,7 +203,7 @@ class BaseHTTPSHandler(BaseHandler):
|
||||
https://docs.python.org/3/library/concurrent.futures.html#future-objects
|
||||
http://pythonhosted.org/futures/
|
||||
"""
|
||||
return self.session.post(self._get_host(scheme='http'),
|
||||
return self.session.post(self._get_host(scheme='https'),
|
||||
**self._get_post_kwargs(payload))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user