in reply to Protocol scheme 'https' is not supported???

I'd figure out who is complaining via

$ perl -MCarp=verbose myLittleScript -F somedumpthing
so you can see why they don't support https:// (read that module's documentation and/or source code). My guess is that they are looking for Net::SSL.

                - tye

Replies are listed 'Best First'.
Re: Re: Protocol scheme 'https' is not supported??? (debug)
by LameNerd (Hermit) on Mar 11, 2003 at 23:41 UTC
    Thanks Saint tye
    bash-2.03$ perl -MCarp=verbose myLittleScript -F somedumpthing can't access https://www.nottherealthing.com/theThing Can't connect to www.nottherealthing.com:443 (Bad hostname 'www.notthe +realthing.com') myLittleScript: Failure: do_logon failed
    I am beginning to suspect that not only is my Sys Admin mean to me
    I am beginning to think she doesn't know how to set up the firewall!
    The PC that my script works from is not behind a my "Sys Admin's" firewall.
    It is behind a firewall, just not one set up by my sys admin.
    The Unix system where my script does not work is behind my "Sys Admin's" firewall.
    I just need to make sure that I all the Perl stuff installed correctly before
    I accuse my Sys Admin's firewall set up. Office politics and all.