mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-13 23:14:46 +00:00
a870a9cfdb
In a previous commit this test was disabled because I though the feature was broken, but in fact this is the test which is broken. Indeed the connection between the server and the client was not renegociated and was using the SSL cache or a ticket. To be work correctly these 2 features must be disabled or a new connection must be established after the ticket timeout, which is too long for a regtest. Also a "nbthread 1" was added as it was easier to reproduce the problem with it. |
||
---|---|---|
.. | ||
add_ssl_crt-list.vtc | ||
ca-auth.crt | ||
client1.pem | ||
client2_expired.pem | ||
client3_revoked.pem | ||
common.crt | ||
common.key | ||
common.pem | ||
crl-auth.pem | ||
ecdsa.crt | ||
ecdsa.key | ||
ecdsa.pem | ||
filters.crt-list | ||
localhost.crt-list | ||
README | ||
set_ssl_cert_noext.vtc | ||
set_ssl_cert.vtc | ||
set_ssl_server_cert.vtc | ||
simple.crt-list | ||
ssl_client_auth.vtc | ||
ssl_client_samples.vtc | ||
ssl_crt-list_filters.vtc | ||
ssl_frontend_samples.vtc | ||
ssl_server_samples.vtc | ||
ssl_simple_crt-list.vtc | ||
wrong_ctx_storage.vtc |
File list: - common.pem: PEM file which may be used by most of the VTC files.