[jcifs] JCIFS with Windows 2000 client problem

Asaf Mesika asaf.mesika at gmail.com
Sun Mar 30 08:19:38 GMT 2008


Basically, what you're saying is that:
  IE sends the request for the servlet,
  The server returns the "WWW-Authenticate: NTLM",
  end of handshake ?

Can you elaborate more on the SSL certificate issue? Although I'm not sure
it has anything to do with the NTLM authentication.

On Fri, Mar 28, 2008 at 4:03 AM, Steve Wardell <okapi at yahoo.com> wrote:

> I am using the latest JCIFS on WebSphere 6.0 in a simple servlet.
> Websphere is on a 2003 server. It is authenticating against a separate 2003
> AD server. The servlet works fine when I connect to it from IE on XP and
> 2003. However, when I try to connect to it from a 2000 machine running IE6,
> I have problems. I receive the SSL certificate (not fully valid), but then
> after I accept I get an IE Server not found or DNS error non-helpful IE
> message. I can connect to a different servlet on the same server and port
> that does not use JCIFS or other SSO without problem. I turned up the
> debugging level and don't seem to see anything in the output or errors logs.
> When I use Charles web proxy to try to look at the content, I don't seem to
> see much of interest except a 401 Unauthorized rejection in the response.
> Any suggestions on how to resolve this?
>
> My configuration looks like the following (thou I have changed the values
> from actuals):
>
>        <init-param>
>
>            <param-name>jcifs.http.domainController</param-name>
>
>            <param-value>192.168.1.2</param-value>
>
>        </init-param>
>
>        <init-param>
>
>            <param-name>jcifs.smb.client.domain</param-name>
>
>            <param-value>DOMAIN</param-value>
>
>        </init-param>
>
>        <init-param>
>
>            <param-name>jcifs.smb.client.username</param-name>
>
>            <param-value>username</param-value>
>
>        </init-param>
>
>        <init-param>
>
>            <param-name>jcifs.smb.client.password</param-name>
>
>            <param-value>password</param-value>
>
>        </init-param>
>
> Thanks,
> Steve
>
>
>
>
>
>  ____________________________________________________________________________________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
-------------- next part --------------
HTML attachment scrubbed and removed


More information about the jcifs mailing list