Operating System - HP-UX
1752843 Members
3672 Online
108789 Solutions
New Discussion

Perl issue: Protocol scheme 'https' is not supported (Crypt::SSLeay not installed)

 
jmckinzie
Super Advisor

Perl issue: Protocol scheme 'https' is not supported (Crypt::SSLeay not installed)

THe below iss the total output but, Crypt is installed.

Any ideas?

Status: 302 Moved
Location: https://uihs.nj.ssmb.com/siteminderagent/forms/login.fcc?TYPE=33554433&REALMOID=06-00034bb7-e037-116f-8241-808d67a50008&GU
ID=&SMAUTHREASON=0&METHOD=GET&SMAGENTNAME=-SM-xvpQfiMa%2fK%2frf34KA92qYbIX8%2fNrtH584xt8kO7la65P7u2ob0xWxkP4yo9bsItB38KfXCU5EWuDsjda
92RGvH1OEfYYGCZg&TARGET=-SM-%2fcgi--bin%2fTISLogReview%2findex%2ecgi

LWP::UserAgent::new: ()
LWP::UserAgent::request: ()
HTTP::Cookies::add_cookie_header: Checking uihs.nj.ssmb.com for cookies
HTTP::Cookies::add_cookie_header: Checking .nj.ssmb.com for cookies
HTTP::Cookies::add_cookie_header: Checking nj.ssmb.com for cookies
HTTP::Cookies::add_cookie_header: Checking .ssmb.com for cookies
HTTP::Cookies::add_cookie_header: Checking ssmb.com for cookies
HTTP::Cookies::add_cookie_header: Checking .com for cookies
LWP::UserAgent::send_request: POST https://uihs.nj.ssmb.com/siteminderagent/forms/login.fcc?TYPE=33554433&REALMOID=06-00034bb7-e037-
116f-8241-808d67a50008&GUID=&SMAUTHREASON=0&METHOD=GET&SMAGENTNAME=-SM-xvpQfiMa%2fK%2frf34KA92qYbIX8%2fNrtH584xt8kO7la65P7u2ob0xWxkP
4yo9bsItB38KfXCU5EWuDsjda92RGvH1OEfYYGCZg&TARGET=-SM-%2fcgi--bin%2fTISLogReview%2findex%2ecgi
LWP::UserAgent::_need_proxy: Not proxied
LWP::UserAgent::request: Simple response: Not Implemented
https://uihs.nj.ssmb.com/siteminderagent/forms/login.fcc?TYPE=33554433&REALMOID=06-00034bb7-e037-116f-8241-808d67a50008&GUID=&SMAUTH
REASON=0&METHOD=GET&SMAGENTNAME=-SM-xvpQfiMa%2fK%2frf34KA92qYbIX8%2fNrtH584xt8kO7la65P7u2ob0xWxkP4yo9bsItB38KfXCU5EWuDsjda92RGvH1OEf
YYGCZg&TARGET=-SM-%2fcgi--bin%2fTISLogReview%2findex%2ecgi501 (Not Implemented) Protocol scheme 'https' is not supported (Crypt::SSL
eay not installed)
Content-Type: text/plain
Client-Date: Tue, 17 Nov 2009 18:23:04 GMT
Client-Warning: Internal response

LWP will support https URLs if the Crypt::SSLeay module is installed.
More information at <>.


501 (Not Implemented) Protocol scheme 'https' is not supported (Crypt::SSLeay not installed)
Content-Type: text/plain
Client-Date: Tue, 17 Nov 2009 18:23:04 GMT
Client-Warning: Internal response

LWP will support https URLs if the Crypt::SSLeay module is installed.
More information at <>.

HTTP::Cookies::add_cookie_header: Checking uihs.nj.ssmb.com for cookies
HTTP::Cookies::add_cookie_header: Checking .nj.ssmb.com for cookies
HTTP::Cookies::add_cookie_header: Checking nj.ssmb.com for cookies
HTTP::Cookies::add_cookie_header: Checking .ssmb.com for cookies
HTTP::Cookies::add_cookie_header: Checking ssmb.com for cookies
HTTP::Cookies::add_cookie_header: Checking .com for cookies
LWP::UserAgent::send_request: GET https://uihs.nj.ssmb.com/cgi-bin/TISLogReview/SAComments/SAComments.cgi/?__page__=0&last_scrol
l_row=CCUA20090927&last_scroll_row_hist=!,&sort=a
LWP::UserAgent::_need_proxy: Not proxied
LWP::Protocol::http::request: ()
USER=jm15718&PASSWORD=Sep23sep&smauthreason=0&target=%2Fcgi-bin%2FTISLogReview%2Findex.cgiroot@cfcap01d:/adminweb/usm/tlrs
#
1 REPLY 1
James R. Ferguson
Acclaimed Contributor

Re: Perl issue: Protocol scheme 'https' is not supported (Crypt::SSLeay not installed)

Hi:

# perl -MCrypt::SSLeay -e 1

...shouldn't produce any output and the return status (echo $?) should be zero if the module is truly installed.

Regards!

...JRF...