Skip to content

Commit

Permalink
Make reverse proxy honor ca-file flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriyvolk committed Oct 13, 2022
1 parent cee030f commit b815de2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy/http/server/reverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def handle_request(self, request: HttpParser) -> None:
self.choice.hostname,
),
as_non_blocking=True,
ca_file=self.flags.ca_file,
)
request.path = self.choice.remainder
self.upstream.queue(memoryview(request.build()))
Expand Down

0 comments on commit b815de2

Please sign in to comment.