You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Stefán Freyr Stefánsson <st...@decode.is> on 2000/09/08 11:16:30 UTC

Tomcat 3.2 SSL - Unrecognized SSL handshake...

Does anybody know this error?

I'm receiving it when trying to access https://localhost:8443 (or just
https://localhost when Tomcat is configured to listen to port 443).  I'm
using Tomcat standalone.

I've done everything I was told to do by the server.xml file, and I've even
looked through the SSLSocketFactory class code and found nothing which may
be not working...  I've added JSSE to my classpath and I did the keystore
thing with the -keyalg RSA flag so I'm a little bit baffled!

Here is the output I get from the Tomcat console window when I try to access
the server:
2000-09-08 08:36:01 - ContextManager: IOException reading request, ignored -
javax.net.ssl.SSLException: Unrecognized SSL handshake.
        at
com.sun.net.ssl.internal.ssl.InputRecord.read([DashoPro-V1.2-120198])
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.a([DashoPro-V1.2-120198])
        at
com.sun.net.ssl.internal.ssl.SSLSocketImpl.a([DashoPro-V1.2-120198])
        at
com.sun.net.ssl.internal.ssl.AppInputStream.read([DashoPro-V1.2-120198])
        at java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
        at java.io.BufferedInputStream.read(BufferedInputStream.java:204)
        at
org.apache.tomcat.service.http.HttpRequestAdapter.doRead(HttpRequestAdapter.
java:120)
        at
org.apache.tomcat.core.BufferedServletInputStream.doRead(BufferedServletInpu
tStream.java:106)
        at
org.apache.tomcat.core.BufferedServletInputStream.read(BufferedServletInputS
tream.java:128)
        at
javax.servlet.ServletInputStream.readLine(ServletInputStream.java:138)
        at
org.apache.tomcat.service.http.HttpRequestAdapter.readNextRequest(HttpReques
tAdapter.java:134)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:192)
        at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:403)
        at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
        at java.lang.Thread.run(Thread.java:484)

What I get up on the browser depends on a few things.  If I call
http://localhost:8443 or http://localhost:443 (depending only upon what port
Tomcat is configured to listen to) I do not get the certificate window up on
the screen.  If, however, I call https://localhost:8443 or https://127.0.0.1
I get the certificate screen and the certificate is correct... My name,
signed by me and so on.  NOTE: I do not get the certificate window when
trying to access https://localhost.  That appears to redirect to
http://localhost:443/index.html).  This is for MS IExplorer.  The only thing
that appears on the browser window are five little boxes ("") (It
doesnt matter if I get the certificate window or not... it always ends up
like this... five little boxes).

In Netscape I get the certificate window and I can view everything when I
try to access https://localhost but once I have accepted the certificate a
window appears telling me:
"Warning! You have requested an insecure document that was originally
designated a secure document (the location has been redirected from a secure
to an insecure document). The document and any information you send back
could be observed by a third party while in transit."
When I press Continue another window appears telling me that "the document
contained no data".
In Netscape I get the certificate window if I access https://localhost,
https://localhost:pnum or https://127.0.0.1.  I do not get that window if I
try to access http://localhost:443, http://localhost:pnum or
http://127.0.0.1:pnum.  If I try to access http://127.0.0.1:pnum I get an
146 HTTP error (Connection refused), however I only get the "document
contained no data" window if I try to access http://localhost:pnum.

One bizarre thing to me is that when I have tried to access the server the
URL in the browser always seems to be rewritten...  like if I access
https://localhost then it is rewritten to http://localhost:443 (this is only
visible in IExplorer but I have a funny feeling that Netscape is doing the
same thing just without showing it).  Any ideas?

I really hope someone can help me with this thing... I know there have been
others who have had this problem and I've been monitoring all SSL related
posts on the mailing lists but haven't seen any solution to their problem.

I'm using Windows 2000 for development and JDK1.3 from Sun.

Please help...

Kind regards and thanks in advance,
	Stefan


RE: Tomcat 3.2 SSL - Unrecognized SSL handshake...

Posted by Stefán Freyr Stefánsson <st...@decode.is>.
I know it doesn't work yet... but we're working on improvements to the
SSLSocketFactory class which will then support client certificates.  The
"clientAuth" parameter doesn't do any harm and we will be using it in the
SSLSocketFactory class once we sort out what is wrong with the server
certificate authentication and just now I tested what you said about the
directory listing and you were absolutely correct.  Do you have any idea
about how to correct this?  so that it redirects to https:// instead of
http:// ?  This must be a configuration issue?

But about the client certificate problem you have...  I'll keep you posted
if we make some progress in our efforts to improve the SSLSocketFactory
class so that it supports client authentication.  Our plan is to post a
bugfix/improvement??? once we get it ready.  I don't think, however, that
you will ever be able to access the client certificates on the webserver (in
your JSP pages).  Not that I'm any expert at all but I don't think that's
possible.  If you find out that you can do that please let me know.

kind regards, Stefan Freyr

-----Original Message-----
From: Ismael Blesa Part [mailto:iblesa@tissat.es]
Sent: 9. september 2000 13:14
To: tomcat-dev@jakarta.apache.org; stebbi@decode.is
Subject: Re: Tomcat 3.2 SSL - Unrecognized SSL handshake...




Stefán Freyr Stefánsson wrote:

> attatching it to this letter.
>
> Don't worry about the additional parameter "clientAuth" that's just
> something we're going to use when the time comes that we can require
client
> certificates.  Otherwise it looks exactly like the default server.xml...
> only with the SSL partion uncommented and the regular http connector
> commented out.
>

This parameter does not work, I have tried on Tomcat 3.2 B 2 and when
connecting
to the https server it does not ask for a client certificate. Has this
worked
for you?

I am trying to get access to the digital certificate from my jsp's but I can
not. Do you know how to make it work?

The problem you have is directory listing problem, if you use
https://myhost:8443/index.html it works, but if you do https://myhost:8443/
then
you get the error

>
> regards, Stefan Freyr
>
> -----Original Message-----
> From: Warner Onstine [mailto:warner@warneronstine.com]
> Sent: 8. september 2000 22:44
> To: tomcat-dev@jakarta.apache.org
> Subject: Re: Tomcat 3.2 SSL - Unrecognized SSL handshake...
>
> What does your server.xml file look like?
>
> -warner
>
> ----- Original Message -----
> From: "Stefán Freyr Stefánsson" <st...@decode.is>
> To: <to...@jakarta.apache.org>
> Sent: Friday, September 08, 2000 2:16 AM
> Subject: Tomcat 3.2 SSL - Unrecognized SSL handshake...
>
> > Does anybody know this error?
> >
> > I'm receiving it when trying to access https://localhost:8443 (or just
> > https://localhost when Tomcat is configured to listen to port 443).  I'm
> > using Tomcat standalone.
> >
> > I've done everything I was told to do by the server.xml file, and I've
> even
> > looked through the SSLSocketFactory class code and found nothing which
may
> > be not working...  I've added JSSE to my classpath and I did the
keystore
> > thing with the -keyalg RSA flag so I'm a little bit baffled!
> >
> > Here is the output I get from the Tomcat console window when I try to
> access
> > the server:
> > 2000-09-08 08:36:01 - ContextManager: IOException reading request,
> ignored -
> > javax.net.ssl.SSLException: Unrecognized SSL handshake.
> >         at
> > com.sun.net.ssl.internal.ssl.InputRecord.read([DashoPro-V1.2-120198])
> >         at
> > com.sun.net.ssl.internal.ssl.SSLSocketImpl.a([DashoPro-V1.2-120198])
> >         at
> > com.sun.net.ssl.internal.ssl.SSLSocketImpl.a([DashoPro-V1.2-120198])
> >         at
> > com.sun.net.ssl.internal.ssl.AppInputStream.read([DashoPro-V1.2-120198])
> >         at
java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
> >         at
java.io.BufferedInputStream.read(BufferedInputStream.java:204)
> >         at
> >
>
org.apache.tomcat.service.http.HttpRequestAdapter.doRead(HttpRequestAdapter.
> > java:120)
> >         at
> >
>
org.apache.tomcat.core.BufferedServletInputStream.doRead(BufferedServletInpu
> > tStream.java:106)
> >         at
> >
>
org.apache.tomcat.core.BufferedServletInputStream.read(BufferedServletInputS
> > tream.java:128)
> >         at
> > javax.servlet.ServletInputStream.readLine(ServletInputStream.java:138)
> >         at
> >
>
org.apache.tomcat.service.http.HttpRequestAdapter.readNextRequest(HttpReques
> > tAdapter.java:134)
> >         at
> >
>
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
> > onnectionHandler.java:192)
> >         at
> >
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:403)
> >         at
> >
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
> >         at java.lang.Thread.run(Thread.java:484)
> >
> > What I get up on the browser depends on a few things.  If I call
> > http://localhost:8443 or http://localhost:443 (depending only upon what
> port
> > Tomcat is configured to listen to) I do not get the certificate window
up
> on
> > the screen.  If, however, I call https://localhost:8443 or
> https://127.0.0.1
> > I get the certificate screen and the certificate is correct... My name,
> > signed by me and so on.  NOTE: I do not get the certificate window when
> > trying to access https://localhost.  That appears to redirect to
> > http://localhost:443/index.html).  This is for MS IExplorer.  The only
> thing
> > that appears on the browser window are five little boxes ("") (It
> > doesnt matter if I get the certificate window or not... it always ends
up
> > like this... five little boxes).
> >
> > In Netscape I get the certificate window and I can view everything when
I
> > try to access https://localhost but once I have accepted the certificate
a
> > window appears telling me:
> > "Warning! You have requested an insecure document that was originally
> > designated a secure document (the location has been redirected from a
> secure
> > to an insecure document). The document and any information you send back
> > could be observed by a third party while in transit."
> > When I press Continue another window appears telling me that "the
document
> > contained no data".
> > In Netscape I get the certificate window if I access https://localhost,
> > https://localhost:pnum or https://127.0.0.1.  I do not get that window
if
> I
> > try to access http://localhost:443, http://localhost:pnum or
> > http://127.0.0.1:pnum.  If I try to access http://127.0.0.1:pnum I get
an
> > 146 HTTP error (Connection refused), however I only get the "document
> > contained no data" window if I try to access http://localhost:pnum.
> >
> > One bizarre thing to me is that when I have tried to access the server
the
> > URL in the browser always seems to be rewritten...  like if I access
> > https://localhost then it is rewritten to http://localhost:443 (this is
> only
> > visible in IExplorer but I have a funny feeling that Netscape is doing
the
> > same thing just without showing it).  Any ideas?
> >
> > I really hope someone can help me with this thing... I know there have
> been
> > others who have had this problem and I've been monitoring all SSL
related
> > posts on the mailing lists but haven't seen any solution to their
problem.
> >
> > I'm using Windows 2000 for development and JDK1.3 from Sun.
> >
> > Please help...
> >
> > Kind regards and thanks in advance,
> > Stefan
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>   ------------------------------------------------------------------------
>                  Name: server.xml
>    server.xml    Type: BizTalk Schema (text/xml)
>              Encoding: quoted-printable
>
>   ------------------------------------------------------------------------
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: Tomcat 3.2 SSL - Unrecognized SSL handshake...

Posted by Ismael Blesa Part <ib...@tissat.es>.

Stefán Freyr Stefánsson wrote:

> attatching it to this letter.
>
> Don't worry about the additional parameter "clientAuth" that's just
> something we're going to use when the time comes that we can require client
> certificates.  Otherwise it looks exactly like the default server.xml...
> only with the SSL partion uncommented and the regular http connector
> commented out.
>

This parameter does not work, I have tried on Tomcat 3.2 B 2 and when connecting
to the https server it does not ask for a client certificate. Has this worked
for you?

I am trying to get access to the digital certificate from my jsp's but I can
not. Do you know how to make it work?

The problem you have is directory listing problem, if you use
https://myhost:8443/index.html it works, but if you do https://myhost:8443/ then
you get the error

>
> regards, Stefan Freyr
>
> -----Original Message-----
> From: Warner Onstine [mailto:warner@warneronstine.com]
> Sent: 8. september 2000 22:44
> To: tomcat-dev@jakarta.apache.org
> Subject: Re: Tomcat 3.2 SSL - Unrecognized SSL handshake...
>
> What does your server.xml file look like?
>
> -warner
>
> ----- Original Message -----
> From: "Stefán Freyr Stefánsson" <st...@decode.is>
> To: <to...@jakarta.apache.org>
> Sent: Friday, September 08, 2000 2:16 AM
> Subject: Tomcat 3.2 SSL - Unrecognized SSL handshake...
>
> > Does anybody know this error?
> >
> > I'm receiving it when trying to access https://localhost:8443 (or just
> > https://localhost when Tomcat is configured to listen to port 443).  I'm
> > using Tomcat standalone.
> >
> > I've done everything I was told to do by the server.xml file, and I've
> even
> > looked through the SSLSocketFactory class code and found nothing which may
> > be not working...  I've added JSSE to my classpath and I did the keystore
> > thing with the -keyalg RSA flag so I'm a little bit baffled!
> >
> > Here is the output I get from the Tomcat console window when I try to
> access
> > the server:
> > 2000-09-08 08:36:01 - ContextManager: IOException reading request,
> ignored -
> > javax.net.ssl.SSLException: Unrecognized SSL handshake.
> >         at
> > com.sun.net.ssl.internal.ssl.InputRecord.read([DashoPro-V1.2-120198])
> >         at
> > com.sun.net.ssl.internal.ssl.SSLSocketImpl.a([DashoPro-V1.2-120198])
> >         at
> > com.sun.net.ssl.internal.ssl.SSLSocketImpl.a([DashoPro-V1.2-120198])
> >         at
> > com.sun.net.ssl.internal.ssl.AppInputStream.read([DashoPro-V1.2-120198])
> >         at java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
> >         at java.io.BufferedInputStream.read(BufferedInputStream.java:204)
> >         at
> >
> org.apache.tomcat.service.http.HttpRequestAdapter.doRead(HttpRequestAdapter.
> > java:120)
> >         at
> >
> org.apache.tomcat.core.BufferedServletInputStream.doRead(BufferedServletInpu
> > tStream.java:106)
> >         at
> >
> org.apache.tomcat.core.BufferedServletInputStream.read(BufferedServletInputS
> > tream.java:128)
> >         at
> > javax.servlet.ServletInputStream.readLine(ServletInputStream.java:138)
> >         at
> >
> org.apache.tomcat.service.http.HttpRequestAdapter.readNextRequest(HttpReques
> > tAdapter.java:134)
> >         at
> >
> org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
> > onnectionHandler.java:192)
> >         at
> > org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:403)
> >         at
> > org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
> >         at java.lang.Thread.run(Thread.java:484)
> >
> > What I get up on the browser depends on a few things.  If I call
> > http://localhost:8443 or http://localhost:443 (depending only upon what
> port
> > Tomcat is configured to listen to) I do not get the certificate window up
> on
> > the screen.  If, however, I call https://localhost:8443 or
> https://127.0.0.1
> > I get the certificate screen and the certificate is correct... My name,
> > signed by me and so on.  NOTE: I do not get the certificate window when
> > trying to access https://localhost.  That appears to redirect to
> > http://localhost:443/index.html).  This is for MS IExplorer.  The only
> thing
> > that appears on the browser window are five little boxes ("") (It
> > doesnt matter if I get the certificate window or not... it always ends up
> > like this... five little boxes).
> >
> > In Netscape I get the certificate window and I can view everything when I
> > try to access https://localhost but once I have accepted the certificate a
> > window appears telling me:
> > "Warning! You have requested an insecure document that was originally
> > designated a secure document (the location has been redirected from a
> secure
> > to an insecure document). The document and any information you send back
> > could be observed by a third party while in transit."
> > When I press Continue another window appears telling me that "the document
> > contained no data".
> > In Netscape I get the certificate window if I access https://localhost,
> > https://localhost:pnum or https://127.0.0.1.  I do not get that window if
> I
> > try to access http://localhost:443, http://localhost:pnum or
> > http://127.0.0.1:pnum.  If I try to access http://127.0.0.1:pnum I get an
> > 146 HTTP error (Connection refused), however I only get the "document
> > contained no data" window if I try to access http://localhost:pnum.
> >
> > One bizarre thing to me is that when I have tried to access the server the
> > URL in the browser always seems to be rewritten...  like if I access
> > https://localhost then it is rewritten to http://localhost:443 (this is
> only
> > visible in IExplorer but I have a funny feeling that Netscape is doing the
> > same thing just without showing it).  Any ideas?
> >
> > I really hope someone can help me with this thing... I know there have
> been
> > others who have had this problem and I've been monitoring all SSL related
> > posts on the mailing lists but haven't seen any solution to their problem.
> >
> > I'm using Windows 2000 for development and JDK1.3 from Sun.
> >
> > Please help...
> >
> > Kind regards and thanks in advance,
> > Stefan
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>   ------------------------------------------------------------------------
>                  Name: server.xml
>    server.xml    Type: BizTalk Schema (text/xml)
>              Encoding: quoted-printable
>
>   ------------------------------------------------------------------------
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


RE: Tomcat 3.2 SSL - Unrecognized SSL handshake...

Posted by Stefán Freyr Stefánsson <st...@decode.is>.
attatching it to this letter.

Don't worry about the additional parameter "clientAuth" that's just
something we're going to use when the time comes that we can require client
certificates.  Otherwise it looks exactly like the default server.xml...
only with the SSL partion uncommented and the regular http connector
commented out.

regards, Stefan Freyr

-----Original Message-----
From: Warner Onstine [mailto:warner@warneronstine.com]
Sent: 8. september 2000 22:44
To: tomcat-dev@jakarta.apache.org
Subject: Re: Tomcat 3.2 SSL - Unrecognized SSL handshake...


What does your server.xml file look like?

-warner

----- Original Message -----
From: "Stefán Freyr Stefánsson" <st...@decode.is>
To: <to...@jakarta.apache.org>
Sent: Friday, September 08, 2000 2:16 AM
Subject: Tomcat 3.2 SSL - Unrecognized SSL handshake...


> Does anybody know this error?
>
> I'm receiving it when trying to access https://localhost:8443 (or just
> https://localhost when Tomcat is configured to listen to port 443).  I'm
> using Tomcat standalone.
>
> I've done everything I was told to do by the server.xml file, and I've
even
> looked through the SSLSocketFactory class code and found nothing which may
> be not working...  I've added JSSE to my classpath and I did the keystore
> thing with the -keyalg RSA flag so I'm a little bit baffled!
>
> Here is the output I get from the Tomcat console window when I try to
access
> the server:
> 2000-09-08 08:36:01 - ContextManager: IOException reading request,
ignored -
> javax.net.ssl.SSLException: Unrecognized SSL handshake.
>         at
> com.sun.net.ssl.internal.ssl.InputRecord.read([DashoPro-V1.2-120198])
>         at
> com.sun.net.ssl.internal.ssl.SSLSocketImpl.a([DashoPro-V1.2-120198])
>         at
> com.sun.net.ssl.internal.ssl.SSLSocketImpl.a([DashoPro-V1.2-120198])
>         at
> com.sun.net.ssl.internal.ssl.AppInputStream.read([DashoPro-V1.2-120198])
>         at java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
>         at java.io.BufferedInputStream.read(BufferedInputStream.java:204)
>         at
>
org.apache.tomcat.service.http.HttpRequestAdapter.doRead(HttpRequestAdapter.
> java:120)
>         at
>
org.apache.tomcat.core.BufferedServletInputStream.doRead(BufferedServletInpu
> tStream.java:106)
>         at
>
org.apache.tomcat.core.BufferedServletInputStream.read(BufferedServletInputS
> tream.java:128)
>         at
> javax.servlet.ServletInputStream.readLine(ServletInputStream.java:138)
>         at
>
org.apache.tomcat.service.http.HttpRequestAdapter.readNextRequest(HttpReques
> tAdapter.java:134)
>         at
>
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
> onnectionHandler.java:192)
>         at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:403)
>         at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
>         at java.lang.Thread.run(Thread.java:484)
>
> What I get up on the browser depends on a few things.  If I call
> http://localhost:8443 or http://localhost:443 (depending only upon what
port
> Tomcat is configured to listen to) I do not get the certificate window up
on
> the screen.  If, however, I call https://localhost:8443 or
https://127.0.0.1
> I get the certificate screen and the certificate is correct... My name,
> signed by me and so on.  NOTE: I do not get the certificate window when
> trying to access https://localhost.  That appears to redirect to
> http://localhost:443/index.html).  This is for MS IExplorer.  The only
thing
> that appears on the browser window are five little boxes ("") (It
> doesnt matter if I get the certificate window or not... it always ends up
> like this... five little boxes).
>
> In Netscape I get the certificate window and I can view everything when I
> try to access https://localhost but once I have accepted the certificate a
> window appears telling me:
> "Warning! You have requested an insecure document that was originally
> designated a secure document (the location has been redirected from a
secure
> to an insecure document). The document and any information you send back
> could be observed by a third party while in transit."
> When I press Continue another window appears telling me that "the document
> contained no data".
> In Netscape I get the certificate window if I access https://localhost,
> https://localhost:pnum or https://127.0.0.1.  I do not get that window if
I
> try to access http://localhost:443, http://localhost:pnum or
> http://127.0.0.1:pnum.  If I try to access http://127.0.0.1:pnum I get an
> 146 HTTP error (Connection refused), however I only get the "document
> contained no data" window if I try to access http://localhost:pnum.
>
> One bizarre thing to me is that when I have tried to access the server the
> URL in the browser always seems to be rewritten...  like if I access
> https://localhost then it is rewritten to http://localhost:443 (this is
only
> visible in IExplorer but I have a funny feeling that Netscape is doing the
> same thing just without showing it).  Any ideas?
>
> I really hope someone can help me with this thing... I know there have
been
> others who have had this problem and I've been monitoring all SSL related
> posts on the mailing lists but haven't seen any solution to their problem.
>
> I'm using Windows 2000 for development and JDK1.3 from Sun.
>
> Please help...
>
> Kind regards and thanks in advance,
> Stefan
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org

Re: Tomcat 3.2 SSL - Unrecognized SSL handshake...

Posted by Warner Onstine <wa...@warneronstine.com>.
What does your server.xml file look like?

-warner

----- Original Message -----
From: "Stefán Freyr Stefánsson" <st...@decode.is>
To: <to...@jakarta.apache.org>
Sent: Friday, September 08, 2000 2:16 AM
Subject: Tomcat 3.2 SSL - Unrecognized SSL handshake...


> Does anybody know this error?
>
> I'm receiving it when trying to access https://localhost:8443 (or just
> https://localhost when Tomcat is configured to listen to port 443).  I'm
> using Tomcat standalone.
>
> I've done everything I was told to do by the server.xml file, and I've
even
> looked through the SSLSocketFactory class code and found nothing which may
> be not working...  I've added JSSE to my classpath and I did the keystore
> thing with the -keyalg RSA flag so I'm a little bit baffled!
>
> Here is the output I get from the Tomcat console window when I try to
access
> the server:
> 2000-09-08 08:36:01 - ContextManager: IOException reading request,
ignored -
> javax.net.ssl.SSLException: Unrecognized SSL handshake.
>         at
> com.sun.net.ssl.internal.ssl.InputRecord.read([DashoPro-V1.2-120198])
>         at
> com.sun.net.ssl.internal.ssl.SSLSocketImpl.a([DashoPro-V1.2-120198])
>         at
> com.sun.net.ssl.internal.ssl.SSLSocketImpl.a([DashoPro-V1.2-120198])
>         at
> com.sun.net.ssl.internal.ssl.AppInputStream.read([DashoPro-V1.2-120198])
>         at java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
>         at java.io.BufferedInputStream.read(BufferedInputStream.java:204)
>         at
>
org.apache.tomcat.service.http.HttpRequestAdapter.doRead(HttpRequestAdapter.
> java:120)
>         at
>
org.apache.tomcat.core.BufferedServletInputStream.doRead(BufferedServletInpu
> tStream.java:106)
>         at
>
org.apache.tomcat.core.BufferedServletInputStream.read(BufferedServletInputS
> tream.java:128)
>         at
> javax.servlet.ServletInputStream.readLine(ServletInputStream.java:138)
>         at
>
org.apache.tomcat.service.http.HttpRequestAdapter.readNextRequest(HttpReques
> tAdapter.java:134)
>         at
>
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
> onnectionHandler.java:192)
>         at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:403)
>         at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
>         at java.lang.Thread.run(Thread.java:484)
>
> What I get up on the browser depends on a few things.  If I call
> http://localhost:8443 or http://localhost:443 (depending only upon what
port
> Tomcat is configured to listen to) I do not get the certificate window up
on
> the screen.  If, however, I call https://localhost:8443 or
https://127.0.0.1
> I get the certificate screen and the certificate is correct... My name,
> signed by me and so on.  NOTE: I do not get the certificate window when
> trying to access https://localhost.  That appears to redirect to
> http://localhost:443/index.html).  This is for MS IExplorer.  The only
thing
> that appears on the browser window are five little boxes ("") (It
> doesnt matter if I get the certificate window or not... it always ends up
> like this... five little boxes).
>
> In Netscape I get the certificate window and I can view everything when I
> try to access https://localhost but once I have accepted the certificate a
> window appears telling me:
> "Warning! You have requested an insecure document that was originally
> designated a secure document (the location has been redirected from a
secure
> to an insecure document). The document and any information you send back
> could be observed by a third party while in transit."
> When I press Continue another window appears telling me that "the document
> contained no data".
> In Netscape I get the certificate window if I access https://localhost,
> https://localhost:pnum or https://127.0.0.1.  I do not get that window if
I
> try to access http://localhost:443, http://localhost:pnum or
> http://127.0.0.1:pnum.  If I try to access http://127.0.0.1:pnum I get an
> 146 HTTP error (Connection refused), however I only get the "document
> contained no data" window if I try to access http://localhost:pnum.
>
> One bizarre thing to me is that when I have tried to access the server the
> URL in the browser always seems to be rewritten...  like if I access
> https://localhost then it is rewritten to http://localhost:443 (this is
only
> visible in IExplorer but I have a funny feeling that Netscape is doing the
> same thing just without showing it).  Any ideas?
>
> I really hope someone can help me with this thing... I know there have
been
> others who have had this problem and I've been monitoring all SSL related
> posts on the mailing lists but haven't seen any solution to their problem.
>
> I'm using Windows 2000 for development and JDK1.3 from Sun.
>
> Please help...
>
> Kind regards and thanks in advance,
> Stefan
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>