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

clarification, it isn't working for our setup - getting error codes attempting to log in... won't access the data.
  • Comment on Re^3: Using perl to access exchange public folder (linux)

Replies are listed 'Best First'.
Re^4: Using perl to access exchange public folder (linux)
by ed (Initiate) on Dec 17, 2012 at 11:40 UTC
    Our Exchange server used a self-signed certificate so I needed this:
    $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0;