in reply to Re^4: Unable to connect to HTTPS servers
in thread Unable to connect to HTTPS servers

Which OS is this? If you have internet access:

cpan Module::Name

From the command line will install a module and it's prerequisites.

Update:

if you don't have internet access a sane solution for you would be to use minicpan to create a local mirror on your network, since you have several servers in various regions.

Replies are listed 'Best First'.
Re^6: Unable to connect to HTTPS servers
by prathap keerthipati (Novice) on Mar 24, 2017 at 09:58 UTC
    Its unix environment

      What do you get with these commands ?

      cat /etc/*-release
      uname -a
      
      poj

        This is my linux version :

        LSB_VERSION="core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0- +x86_64:core-3.2-x86_64:core-4.0-x86_64" NAME="SLES" VERSION="11.4" VERSION_ID="11.4" PRETTY_NAME="SUSE Linux Enterprise Server 11 SP4" ID="sles" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:suse:sles:11:4" SUSE Linux Enterprise Server 11 (x86_64) VERSION = 11 PATCHLEVEL = 4

      That's not very specific. Regardless of platform the rest of my response is still valid.