Probably a server config issue, and not SSL.
Please provide details of the new environment.

> -----Original Message-----
> From: spr...@gmx.eu [mailto:spr...@gmx.eu]
> Sent: Friday, January 28, 2011 7:06 AM
> To: 'Tomcat Users List'
> Subject: SSL not working
> 
> Hi,
> 
> I did it now so many times - it always worked - configuring tomcat for
> SSL.
> 
> Today: New server, new certificate.
> 
> Create new keystore, imported root, intermediate and server
> certificate,
> configured the connector, same as usual.
> 
> But... http does not work. No error in tomcats log, nothing. Browser
> says
> that it cannot load the page due to a connection problem, maybe
> security
> issue.
> 
> How can I debug this ssl problem?
> 
>   <Connector
>       SSLEnabled="true"
>       clientAuth="want"
>       maxThreads="150"
>       port="8443"
>       protocol="org.apache.coyote.http11.Http11NioProtocol"
>       scheme="https"
>       secure="true"
>       sslProtocol="TLS"
>       keystoreFile="conf/tomcat.jks"
>       keystoreType="JKS"
>       keyAlias="tomcat"
>       keystorePass="changeit"
>       />
> 
> Thank you
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 

__________________________________________________________________________

Confidentiality Notice:  This Transmission (including any attachments) may 
contain information that is privileged, confidential, and exempt from 
disclosure under applicable law.  If the reader of this message is not the 
intended recipient you are hereby notified that any dissemination, 
distribution, or copying of this communication is strictly prohibited.  

If you have received this transmission in error, please immediately reply to 
the sender or telephone (512) 343-9100 and delete this transmission from your 
system.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to