Skip to content

Commit e4d4aeb

Browse files
author
Tuure Vartiainen
committed
tests: Use TLSv1 in TLS-PSK test case.
1 parent c9cda36 commit e4d4aeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/140-ssl-c-api.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,8 @@ lua ssl server name: "test.com"
894894
server_tokens off;
895895
896896
location /t {
897-
lua_ssl_ciphers PSK-AES256-CBC-SHA;
897+
ssl_protocols TLSv1;
898+
lua_ssl_ciphers PSK;
898899
lua_ssl_psk_identity psk_test_identity;
899900
lua_ssl_psk_key psk_test_key;
900901

0 commit comments

Comments
 (0)