in reply to Re: Test Availability of HTTPS Web Application?
in thread Test Availability of HTTPS Web Application?

As I understand you are trying last "stable" release of HTTP::WebTest. It's tests rely on avilability of external web sites so they can fail if there any networking problem. Probably there is no actually any problems. Anyway you may try latest "development" version (avialable from http://www.cpan.org/authors/id/I/IL/ILYAM/HTTP-WebTest-1.99_06.tar.gz) . It is going to become new "official stable" release very soon so don't be scared trying "beta".

Moreover my example will work only with latest "development" version becauses it uses new API.

--
Ilya Martynov (http://martynov.org/)

  • Comment on Re: Re: Test Availability of HTTPS Web Application?

Replies are listed 'Best First'.
Re: Re: Re: Test Availability of HTTPS Web Application?
by Beau Landeaux (Novice) on May 30, 2002 at 13:04 UTC
    Will do. Thank you for your assurances re "beta" AND for all your help. Beau