> i've even added http.Resultstring to the
> output and it is also blank... it appears that http codes are used for many
> things but there's no way to tell where the failures come from... for example,
> you get the same error report if you use an invalid domain... so is it a DNS
> lookup failure or something else?? how do you find out what?
>
>   >testhttp http://www.google.invalid/
> ERROR
> 500
>
Look at
   HTTP.Sock.GetErrorDescEx;
   HTTP.Sock.LastErrorDesc;
   HTTP.Sock.SSL.LastErrorDesc;

GetErrorDescEx  tries to combine socket and ssl errors.

Look also at the output of
   HTTP.Sock.SSL.LibName;
and
   HTTP.Sock.SSL.LibVersion;
to check if the OpenSSL lib is correctly loaded. If empty, then OpenSSL 
didn't load correctly.

Ludo



------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to