On Fri, Jun 19, 2015 at 12:39 PM, <rj...@apache.org> wrote:

> Author: rjung
> Date: Fri Jun 19 16:39:15 2015
> New Revision: 1686446
>
> URL: http://svn.apache.org/r1686446
> Log:
> These tests need to use MD5 ciphers, which are
> by default disabled in modern Perl HTTPS support.
> Allow all ciphers here, so it should work as
> long as the underlying OpenSSL has it in "ALL".
>
> Adding this option to the LWP::UserAgent should
> be transparent for older Perl or module versions
> that don't know about it.
>

Awesome, thanks!


>
> Modified:
>     httpd/test/framework/trunk/t/ssl/pr12355.t
>     httpd/test/framework/trunk/t/ssl/pr43738.t
>
> Modified: httpd/test/framework/trunk/t/ssl/pr12355.t
> URL:
> http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/ssl/pr12355.t?rev=1686446&r1=1686445&r2=1686446&view=diff
>
> ==============================================================================
> --- httpd/test/framework/trunk/t/ssl/pr12355.t (original)
> +++ httpd/test/framework/trunk/t/ssl/pr12355.t Fri Jun 19 16:39:15 2015
> @@ -7,6 +7,7 @@ use Apache::TestUtil;
>
>  plan tests => 10, need 'ssl', need_min_apache_version('2.0');
>
> +Apache::TestRequest::user_agent( ssl_opts => { SSL_cipher_list => 'ALL'});
>  Apache::TestRequest::user_agent_keepalive(1);
>  Apache::TestRequest::scheme('https');
>
>
> Modified: httpd/test/framework/trunk/t/ssl/pr43738.t
> URL:
> http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/ssl/pr43738.t?rev=1686446&r1=1686445&r2=1686446&view=diff
>
> ==============================================================================
> --- httpd/test/framework/trunk/t/ssl/pr43738.t (original)
> +++ httpd/test/framework/trunk/t/ssl/pr43738.t Fri Jun 19 16:39:15 2015
> @@ -9,6 +9,7 @@ plan tests => 4,
>      need 'ssl', need_module('actions'),
>      need_min_apache_version('2.2.7');
>
> +Apache::TestRequest::user_agent( ssl_opts => { SSL_cipher_list => 'ALL'});
>  Apache::TestRequest::user_agent_keepalive(1);
>  Apache::TestRequest::scheme('https');
>
>
>
>


-- 
Born in Roswell... married an alien...
http://emptyhammock.com/

Reply via email to