Re: LDAPS and HTTPS not working with Unix

2003-12-13 Thread Peter Scott
Make sure you have Crypt::SSLeay installed. -- Peter Scott http://www.perldebugged.com/ *** NEW *** http//www.perlmedic.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

LDAPS and HTTPS not working with Unix

2003-12-13 Thread amol sarin
Hi I have 2 problems which are as listed below: 1.In the first instance i have to check whether the HTTPS service is running on a remote machine or not.The following is the code snippet for it: use LWP::UserAgent; my ($strHttpURL)='https://machinename; $ua = LWP::UserAgent->new; $req = HTTP::Requ