Tom Merriam <[email protected]> writes: > I tried with 1.14 built from source and it has the same problem. It was > built with gnutls. > > Unfortunately, this server is not publicly available for testing.
thanks for the quick feedback and the additional info. Could it be possible to you to build wget using OpenSSL instead of GNU TLS? Looking more carefully at the code, I see this in http-ntlm.c: #include <openssl/des.h> #include <openssl/md4.h> #include <openssl/opensslv.h> I am afraid this is wrong when GNU TLS is used. -- Giuseppe
