REGTESTS: set_ssl_server_cert.vtc: remove SSL caching and set as working
authorWilliam Lallemand <wlallemand@haproxy.org>
Mon, 1 Feb 2021 13:37:36 +0000 (14:37 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 1 Feb 2021 13:50:17 +0000 (14:50 +0100)
commita870a9cfdba7f8730766fc5995f51ef5a3384dbd
treecc0563ae2a8732e858fddd2ea0474e8fd83b6118
parent75f72338dfe9c41f063c5d3d03febdba71020a60
REGTESTS: set_ssl_server_cert.vtc: remove SSL caching and set as working

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.
reg-tests/ssl/set_ssl_server_cert.vtc