From 46ced9ddd2795f00f014e22e5637070b49e7a6d5 Mon Sep 17 00:00:00 2001 From: Marcus Watts Date: Wed, 2 Nov 2016 00:18:48 -0400 Subject: [PATCH] rgw: Get civetweb ssl enhancement: wip-listen4 = wip-civetweb-1.8-2 + mg_get_local_addr The logic inside of radosgw that computes aws v4 signatures wants to know what server port the client connected. The patch to civetweb patch adds a call mg_get_local_addr() which will permit that code to actually find out on what address a connection was received, rather than merely guessing based on configuration as it previously did. Signed-off-by: Marcus Watts --- src/civetweb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/civetweb b/src/civetweb index 09c580e9aa1..7f9f5d1a7da 160000 --- a/src/civetweb +++ b/src/civetweb @@ -1 +1 @@ -Subproject commit 09c580e9aa11a4e75ceaebde8ae18b6e0d43bf9e +Subproject commit 7f9f5d1a7dacc81e4866d5ec8cd2265c5850a0e0 -- 2.47.3