Skip to content

Commit

Permalink
Prepare the ssl_context.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Mar 23, 2024
1 parent 5d2caaa commit 83431a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/falcon/command/proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ def host_map(environments)
environments.each do |environment|
next unless environment.implements?(Falcon::Environments::Application)
evaluator = environment.evaluator

# Prepare the ssl_context:
evaluator.ssl_context

hosts[evaluator.authority] = evaluator
end

Expand Down

0 comments on commit 83431a3

Please sign in to comment.