Skip to content

Commit

Permalink
Use http for https proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed May 15, 2024
1 parent 7e2633d commit 99db9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_capture_http_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def handle_error(self, request, client_address):

print(f"cls.port: {cls.port}", flush=True)

cls.proxies = {'https': 'https://localhost:' + str(cls.port),
cls.proxies = {'https': 'http://localhost:' + str(cls.port),
'http': 'http://localhost:' + str(cls.port)
}

Expand Down

0 comments on commit 99db9e1

Please sign in to comment.