File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ install:
87
87
- git clone https://github.com/openresty/rds-json-nginx-module.git ../rds-json-nginx-module
88
88
- git clone https://github.com/openresty/srcache-nginx-module.git ../srcache-nginx-module
89
89
- git clone https://github.com/openresty/redis2-nginx-module.git ../redis2-nginx-module
90
- - git clone https://github.com/openresty/lua-resty-core.git ../lua-resty-core
90
+ - git clone -b ciphers https://github.com/openresty/lua-resty-core.git ../lua-resty-core
91
91
- git clone https://github.com/openresty/lua-resty-lrucache.git ../lua-resty-lrucache
92
92
- git clone https://github.com/openresty/lua-resty-mysql.git ../lua-resty-mysql
93
93
- git clone https://github.com/openresty/lua-resty-string.git ../lua-resty-string
Original file line number Diff line number Diff line change @@ -2327,7 +2327,7 @@ uthread: failed to kill: already waited or killed
2327
2327
=== TEST 27 : get ciphers
2328
2328
-- - http_config
2329
2329
lua_package_path " ../lua-resty-core/lib/?.lua;;" ;
2330
- lua_ssl_ciphers ECDHE-ECDSA-AES256-GCM-SHA384: ECDHE-RSA-AES256-GCM-SHA384: DHE-RSA-AES256-GCM-SHA384 ;
2330
+ lua_ssl_ciphers ECDHE-ECDSA-AES256-GCM-SHA384: ECDHE-RSA-AES256-GCM-SHA384;
2331
2331
2332
2332
server {
2333
2333
listen 127.0 . 0. 1: 12345 ssl;
@@ -2416,7 +2416,7 @@ received: foo
2416
2416
close : 1 nil
2417
2417
2418
2418
-- - error_log
2419
- ciphers: ECDHE-ECDSA-AES256-GCM-SHA384: ECDHE-RSA-AES256-GCM-SHA384: DHE-RSA-AES256-GCM-SHA384 : TLS_EMPTY_RENEGOTIATION_INFO_SCSV
2419
+ ciphers: ECDHE-ECDSA-AES256-GCM-SHA384: ECDHE-RSA-AES256-GCM-SHA384
2420
2420
2421
2421
-- - no_error_log
2422
2422
[error]
You can’t perform that action at this time.
0 commit comments