allwynpoikavila has asked for the wisdom of the Perl Monks concerning the following question:

Hello Monks, We are migrating our perl script to call https websites instead of http ones, but when we change the syntax of site inside the script from http to https to get the web data, we are getting error. what all changes needs to be done in the script so that it can get https websites data? our code uses SOAP::Lite for connecting to sever. can someone please help by posting the code snippet?, its urgent...
  • Comment on Changing from http call to https using SOAP::Lite

Replies are listed 'Best First'.
Re: Changing from http call to https using SOAP::Lite
by Corion (Patriarch) on Mar 03, 2015 at 10:05 UTC
      ok.. thanks, if i get it installed then also what more needs to be done inside the code for calling https websites? do we need anything to use other than SOAP::Lite?

        You have not shown us the error message and the relevant code to reproduce the error message.

        If you need further assistance, please help us help you better and show us the exact error message you get, together with a short program that replicates the error.