in reply to Re^3: Using perl to access exchange public folder (linux)
in thread Using perl to access exchange public folder (linux)

Our Exchange server used a self-signed certificate so I needed this:
$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0;
  • Comment on Re^4: Using perl to access exchange public folder (linux)