Re: Tomcat/4.1.31 - SSL Troubles

2005-04-13 Thread Ben Kim
>I can connect to ssl port ... and i can see sertificate.. but when i
>accept this sertificate my browser says "The page cannot be
>displayed".

Is the page OK on http then?

- https://server.com:8443/app1/page1.jsp 
- http://server.com:8080/app1/page1.jsp


Regards,

Ben Kim
Database Developer/Systems Administrator
434E Harrington Tower / College of Education 
Texas A&M University


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat/4.1.31 - SSL Troubles

2005-04-13 Thread Jason Bainbridge
On 4/13/05, Andrey <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> (j2re1.4.1_02 is installed)
> 
> I've created certificate keystore as described: 
> http://jakarta.apache.org/tomcat/tomcat-4.1-doc/printer/ssl-howto.html
> then i uncommented  element for an SSL connector i server.xml.
> 
> I can connect to ssl port ... and i can see sertificate.. but when i
> accept this sertificate my browser says "The page cannot be
> displayed".

Sounds like you are using Internet Explorer so the first step would be
to disable "Show friendly HTTP error messages" and if you are using IE
for any sort of web development testing that is one of the first
things you should do:

Tools / Internet Options, Advanced tab, then it is under the Browsing
subheading.

Then you can see the real error.

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]