[ic] get-url & https

Stefan Hornburg (Racke) racke at linuxia.de
Sat Dec 29 12:50:32 UTC 2018


On 12/29/18 10:20 AM, marco wrote:
> last 2018 acid drops ... ;-)
> inside a https ic page with tag [get-url] i need to call a cgi bash script using https:
> 
> [get-url
>   method="POST"
>   url="https://host/cgi-bin/test.cgi"
>   content_type="multipart/form-data"
>   useragent="@@MV_PAGE@@/1.0"
>   scratch="ret"
>   form=
>   |
>     par1=value1
>     end='\n\r'
>   |
> ]
> 
> but ic enviro answer in this way:
> #Failed - 501 Protocol scheme 'https' is not supported (LWP::Protocol::https not installed)
> 
> try to install with:
> sudo cpan install LWP::Protocol::https
> with identical issue.
> 
> maybe ic protected enviro dont see installed https ?
> 
> thanks
> marco
> 

Yes, it looks like the module is not in the search path of Interchange. Do you use the system perl
for Interchange?

Regards
         Racke

-- 
Ecommerce and Linux consulting + Perl and web application programming.
Debian and Sympa administration. Provisioning with Ansible.


More information about the interchange-users mailing list