Stas Bekman wrote:
> William McKee wrote:
> [...]
> 
>> When I want to use the SSL connection in a request test, I
>> do the following:
>>
>>   my $config = Apache::Test::config();
>>   Apache::TestRequest::module('ssl');
>>   my $hostport = Apache::TestRequest::hostport();
> 
> 
> BTW, A-T 1.17 has a new shortcut which does all the above:
> 
>   $url = Apache::TestRequest::module2url('ssl');

cool.

> 
>> I suppose this would not work for the automatically built response tests
>> which use the default port.
> 
> 
> right, but you can't really run SSL tests with a manually coded client,
> can you?

yes, you can.  see the "Live" tests in Apache-SSLLookup.

--Geoff

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to