in reply to Re: LWP + NTLM over HTTPS?
in thread LWP + NTLM over HTTPS?
I commented out the ntlmv2 call, just to see what would happen. Now it compiles and sends the request to the server. This client actually prints headers for me, so that's really helpful! One of the headers says:Undefined subroutine &main::ntlmv2 called at ./connectTest5.pl line 8.
Client-SSL-Warning: Peer certificate not verified Client-Warning: Authen::NTLM version 1.02 required--this is only versi +on 0.31 at /usr/share/perl/5.10/Exporter/Heavy.pm line 108. BEGIN failed--compilation aborted at /usr/local/share/perl/5.10.0/LWP +/Authen/Ntlm.pm line 8. Compilation failed in require at (eval 23) line 3. MicrosoftOfficeWebServer: 5.0_Pub
I am confused. a) Authen::NTLM 0.31 is the most recent version on CPAN. Perhaps this client is expecting the other NTLM module? b) Ntlm.pm failed to compile, apparently! Previous scripts using it did seem to compile, though.
So, seeing the headers is helpful, but I'm still not there yet. Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: LWP + NTLM over HTTPS?
by Khen1950fx (Canon) on Apr 17, 2010 at 22:03 UTC | |
by jphekman (Novice) on Apr 18, 2010 at 00:14 UTC | |
by jphekman (Novice) on Apr 17, 2010 at 23:26 UTC |