Page MenuHomePhabricator
Paste P7258

AES128-SHA-deprecation.vtc
ActivePublic

Authored by ema on Jun 14 2018, 3:04 PM.
Tags
None
Referenced Files
F22231398: AES128-SHA-deprecation.vtc
Jun 14 2018, 3:04 PM
F22231354: AES128-SHA-deprecation.vtc
Jun 14 2018, 3:04 PM
Subscribers
None
varnishtest ""
server s1 {
rxreq
txresp
} -start
varnish v1 -arg "-p cc_command='exec cc -fpic -shared -Wl,-x -L/usr/local/lib/ -o %o %s -lmaxminddb' -p vcc_allow_inline_c=true -p vcc_err_unref=false" -vcl+backend {
backend vtc_backend {
.host = "${s1_addr}"; .port = "${s1_port}";
}
include "/usr/share/varnish/tests/wikimedia_text-frontend.vcl";
} -start
# with seed=55, std.random(0,100) returns 0.716
varnish v1 -cliok "debug.srandom 55"
client c1 {
txreq -url "/wiki/Main_Page" -hdr "Host: en.wikipedia.org" -hdr "X-Forwarded-Proto: https" -hdr "X-Connection-Properties: C=AES128-SHA;"
rxresp
expect resp.status == 418
} -run

Event Timeline

ema edited the content of this paste. (Show Details)