Le 20/10/2018 à 09:56, Rainer Jung a écrit :
Hi,
Am 20.10.2018 um 09:39 schrieb Christophe JAILLET:
Le 20/10/2018 à 06:28, Rainer Jung a écrit :
Am 19.10.2018 um 23:31 schrieb Yann Ylavic:
Could not make the test suite framework work with 1.1.1 (cpan -u
didn't help).
Although the ssl tests report SUCCESS, httpd actually timeouts on
SSL_peek() (as already reported).
Indeed I checked my test suite logs and until now all tests only
used TLS 1.2. But what works for me now with TLS 1.3 is:
- small fix in TestSSLCA.pm (r1844389), otherwise the geneated
t/conf/ssl/ssl.conf always contains "SSLProtocol all -TLSv1.3"
instead of "all" (unless you specifiy -sslproto explicitly).
I've just updated the test framework.
make clean
t/TEST
--> ssl.conf rebuilt
But I still have:
SSLProtocol all -TLSv1.3
I didn't manage to rebuild ssl.conf using make, but what I did to
rebuild was a "t/TEST -v -configure" and to make sure I removed the
ssl.conf file before running that command. This resulted in a new file
with "all" in it.
Please also double check, that TestSSLCA.pm contains the line "use
Net::SSLeay;".
Does it work with that recipe?
Thanks and regards,
Rainer
use Net::SSLeay;
is there.
Comment added in ssl.conf.in gets reflected in ssl.conf, so it is rebuilt.
t/TEST -v -configure
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl
/home/tititou36/svn_test_framework/t/TEST -v -configure
[warning] cleaning out current configuration
[warning] skipping rebuild of c-modules; run t/TEST -clean to force
[warning] skipping regeneration of SSL CA; run t/TEST -clean to force
make: rien à faire pour « all ».
[warning] reconfiguration done
But SSLProtocol all -TLSv1.3 is still there.
t/TEST -clean
doesn't help either.
CJ