From bc3d01c8ec4f79c852b9cd2b0a7d679b2a777aa6 Mon Sep 17 00:00:00 2001 From: Jordan Pittier Date: Tue, 14 Feb 2017 15:35:59 +0000 Subject: [PATCH] Revert "tls proxy: immediately close a connection to the backend" This reverts commit e0a37cf21e43fbb4ba3f9f8fa5321a0a0e1bedf1. This didn't help fixing bug #1630664. Issue seems to be between client<--->Apache2, not between Apache2<--->eventlet Change-Id: I092c1bbf0c5848b50fc9e491d1e9211451208a89 --- lib/tls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tls b/lib/tls index d96ca4f197..57b5e525ac 100644 --- a/lib/tls +++ b/lib/tls @@ -520,7 +520,7 @@ $listen_string SSLCertificateFile $DEVSTACK_CERT - ProxyPass http://$b_host:$b_port/ retry=5 disablereuse=on keepalive=off nocanon + ProxyPass http://$b_host:$b_port/ retry=5 nocanon ProxyPassReverse http://$b_host:$b_port/ ErrorLog $APACHE_LOG_DIR/tls-proxy_error.log