in reply to LWP + NTLM over HTTPS?

Jessica:

Not sure if this line is part of your problem:

'site.domain.com/directory:443'

Consider trying:

'site.domain.com:443/directory'

Kurt

Replies are listed 'Best First'.
Re^2: LWP + NTLM over HTTPS?
by jphekman (Novice) on Apr 17, 2010 at 19:33 UTC
    Good catch. That was actually a typo when I was modifying the script so as not to post actual authorization information; I did have it right in the real version. I actually did not have the directory in that particular string at all, but just now tried adding the directory, just in case -- no help. It still doesn't work. Thanks though!