Skip to content

Commit

Permalink
Correctly setup session_id_context in virtual proxy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Apr 21, 2024
1 parent 3fad7ef commit 3e62f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/falcon/environment/proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def ssl_context
self.host_context(socket, hostname)
end

context.session_id_context = @session_id
context.session_id_context = self.ssl_session_id

context.ssl_version = :TLSv1_2_server

Expand Down

0 comments on commit 3e62f9a

Please sign in to comment.