Skip to content

Commit

Permalink
Merge pull request #42 from arago/proxy_type
Browse files Browse the repository at this point in the history
switch default proxy type to "http"
  • Loading branch information
cy303 authored Jun 12, 2024
2 parents 30ab1a7 + d802b46 commit 348a644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/hiro_graph_client/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.0
5.3.1
1 change: 1 addition & 0 deletions src/hiro_graph_client/websocketlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ def run_forever(self):
self._ws.run_forever(http_proxy_host=self._proxy_hostname,
http_proxy_port=self._proxy_port,
http_proxy_auth=self._proxy_auth,
proxy_type='http',
sslopt={
"cert_reqs": ssl.CERT_NONE
} if not self._api_handler.ssl_config.verify else None)
Expand Down

0 comments on commit 348a644

Please sign in to comment.