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');

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?






--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
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