changeset 1476:e8ba4ae5e3ac

Tests: fixed ssl_stapling.t for nginx built with OpenSSL 0.9.8y+. OpenSSL 0.9.8 covers ECC-based ciphersuites under pre-RFC4492 "ECCdraft" alias.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 15 May 2019 12:32:16 +0300
parents 86510f795546
children 8b122b35703b
files ssl_stapling.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ssl_stapling.t
+++ b/ssl_stapling.t
@@ -59,6 +59,8 @@ http {
     ssl_certificate end-int.crt;
     ssl_certificate_key end.key;
 
+    ssl_ciphers DEFAULT:ECCdraft;
+
     server {
         listen       127.0.0.1:8443 ssl;
         listen       127.0.0.1:8080;