You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2016/02/10 11:55:25 UTC

svn commit: r1729580 - in /httpd/test/mod_h2/trunk: conf/sites/test.example.org.conf test/test_renegotiate.sh

Author: icing
Date: Wed Feb 10 10:55:24 2016
New Revision: 1729580

URL: http://svn.apache.org/viewvc?rev=1729580&view=rev
Log:
fixing renegotiate http/1.1 test in 2.4.x

Modified:
    httpd/test/mod_h2/trunk/conf/sites/test.example.org.conf
    httpd/test/mod_h2/trunk/test/test_renegotiate.sh

Modified: httpd/test/mod_h2/trunk/conf/sites/test.example.org.conf
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/conf/sites/test.example.org.conf?rev=1729580&r1=1729579&r2=1729580&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/conf/sites/test.example.org.conf (original)
+++ httpd/test/mod_h2/trunk/conf/sites/test.example.org.conf Wed Feb 10 10:55:24 2016
@@ -127,7 +127,7 @@
     </IfModule>
 
     <Location /ssl/renegotiate/cipher>
-        SSLCipherSuite DHE-DSS-AES256-SHA
+        SSLCipherSuite DHE-RSA-AES256-SHA
     </Location>
     <Location /ssl/renegotiate/verify>
         SSLVerifyClient require

Modified: httpd/test/mod_h2/trunk/test/test_renegotiate.sh
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/test/test_renegotiate.sh?rev=1729580&r1=1729579&r2=1729580&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/test/test_renegotiate.sh (original)
+++ httpd/test/mod_h2/trunk/test/test_renegotiate.sh Wed Feb 10 10:55:24 2016
@@ -30,7 +30,7 @@ URL_PREFIX="$URL1"
 # work when using HTTP/1.1
 #
 # With current openssl 1.1.0 work in trunk, this no longer works
-#curl_check_status ssl/renegotiate/cipher "404" "curl reneg cipher: http/1"
+curl_check_status ssl/renegotiate/cipher "404" "curl reneg cipher: http/1"
 
 # curl does not give the RST_STREAM error anywhere, it seems. Skip this for now
 #curl_check_status ssl/renegotiate/cipher "404" "curl reneg cipher: h2" --http2
@@ -41,4 +41,4 @@ URL_PREFIX="$URL1"
 if min_version 2.4.18; then
     nghttp_check_rst_error ssl/renegotiate/cipher "HTTP_1_1_REQUIRED" "nghttp reneg cipher"
     nghttp_check_rst_error ssl/renegotiate/verify "HTTP_1_1_REQUIRED" "nghttp reneg verify"
-fi
\ No newline at end of file
+fi