Yes, I have that section. I apologize, I thought you meant there was some section in server.xml which specified which Certificate to use, or where to look for them or something like that.
--Monte Glenn Gardner On Mon, 21 Oct 2002, Dave Patton wrote: > Heres the relevant part from my server.xml file which sets up SSL > connections: > > <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" > port="443" minProcessors="5" maxProcessors="75" > enableLookups="false" > acceptCount="10" debug="0" scheme="https" secure="true" > useURIValidationHack="false"> > <Factory > className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory" > clientAuth="false" protocol="TLS" keystorePass="[your > keystore pass]"/> > </Connector> > > > If this doesnt work, then I am out of suggestions. ANYONE ELSE?!?! > > Dave Patton > > > > -- > To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> > > -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
