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

Yeah that apparently doesn't work for HTTPS which is the only web-enabled access for our exchange server.
  • Comment on Re^2: Using perl to access exchange public folder (linux)

Replies are listed 'Best First'.
Re^3: Using perl to access exchange public folder (linux)
by bmenges (Initiate) on Apr 21, 2011 at 20:54 UTC
    clarification, it isn't working for our setup - getting error codes attempting to log in... won't access the data.
      Our Exchange server used a self-signed certificate so I needed this:
      $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0;