Can anyone help me with making LWP work with HTTPS - or point me in the direction of FAQ/documentation etc.
Using LWP $VERSION = "5.65";
Getting the message "Protocol scheme 'https' is not supported"
I've tried "$prot = LWP::Protocol::create("https");" and
"$ua->protocols_allowed( [ 'http', 'https'] ); " to no avail.
I'm being very dumb I know - but can anyone shed light....
Thanks
Peter
