Re: [Nagios-users] webinject plugin not working with HTTPS but works HTTP

2007-05-18 Thread Rev. Dr. Aaron M. Segura
Try removing the "nagios" line and you'll see more details about exactly why it's failing. On Fri, 2007-05-18 at 14:06 +, trevor obba wrote: > I can not get https to work but HTTP works fine > > I am using webinject to search for a string, it work fine on HTTP but not on > https. > >

[Nagios-users] webinject plugin not working with HTTPS but works HTTP

2007-05-18 Thread trevor obba
I can not get https to work but HTTP works fine I am using webinject to search for a string, it work fine on HTTP but not on https. I have the following perl module installed LWP; HTTP::Request::Common; HTTP::Cookies; XML::Simple; Time::HiRes 'time','sleep'; Getopt::Long; Crypt::SSLeay;