From: Tom Hughes Date: Fri, 29 Aug 2014 15:47:56 +0000 (+0100) Subject: Don't allow SSL proxy connections to be reused X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2c2bb4b27e849ddbf5dcbeb4c722f08f82c14693?hp=2c2bb4b27e849ddbf5dcbeb4c722f08f82c14693 Don't allow SSL proxy connections to be reused If we allow reuse of SSL connections then we may sent a Host header that doesn't match the name sent in SNI when the connection was setup, and the backend will then reject it. ---