[Http-webtest-commits] HTTP-WebTest/lib/HTTP WebTest.pm.in,1.21,1.22
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-10-11 21:35:13
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP In directory usw-pr-cvs1:/tmp/cvs-serv28619 Modified Files: WebTest.pm.in Log Message: Added docs on SSL support Index: WebTest.pm.in =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm.in,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** WebTest.pm.in 11 Oct 2002 21:16:58 -0000 1.21 --- WebTest.pm.in 11 Oct 2002 21:35:07 -0000 1.22 *************** *** 554,560 **** --- 554,566 ---- etc.) but it should work on Win32 systems. (Exception: local file tests don't work on Win32 systems.) + The module's HTTP requests time out after 3 minutes (the default value for L<LWP::UserAgent|LWP::UserAgent>). If the C<file_path> parameter is specified, Apache must be installed. + + If you want to test https:// web sites you may have to install + additional modules to enable SSL support in L<LWP>. In short you may + have to install L<Crypt::SSLeay> module. For details see README.SSL + file in L<LWP> distro. =head1 AUTHORS |