Skip to content

Commit 82ae1f0

Browse files
authored
Reducing the margin of error on priorities list
1 parent 515ddec commit 82ae1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integ/ws_start_stop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ LT_BEGIN_AUTO_TEST(ws_start_stop_suite, ssl_with_protocol_priorities)
445445
.use_ssl()
446446
.https_mem_key("key.pem")
447447
.https_mem_cert("cert.pem")
448-
.https_priorities("NONE:+AES-256-GCM:+SHA384");
448+
.https_priorities("NORMAL:-MD5");
449449

450450
ok_resource ok;
451451
ws.register_resource("base", &ok);

0 commit comments

Comments
 (0)