  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | cant make tomcat accept https | cant make tomcat accept https 2007-11-06 - By Gabe Wong
Back Yavuz Kavus wrote: > 2) and i uncommented the part related to https as: > <Connector port="8443" maxHttpHeaderSize="8192" > maxThreads="150" minSpareThreads="25" maxSpareThreads="75" > enableLookups="true" disableUploadTimeout="true" > acceptCount="100" scheme="https" secure="true" > clientAuth="false" sslProtocol="TLS" /> > > 3) restarted tomcat and tried https://localhost:8443/ i got : > The connection was interrupted > The connection to localhost:8443 was interrupted while the page was loading. > > > when i try http://localhost:8443/ (http instead of https), everything is ok. > > i wonder where i made mistake(s). > can any body see where is my mistake(s)? > > thanks for any help. > >
You need to include the keystore path in the SSL confiiguration like so: <Connector port="8443" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="./conf/keystore"/>
-- Regards
Gabe Wong NGASI AppServer Manager Application server installation and configuration AUTOMATION http://www.ngasi.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|
 |