Date: Wed, 20 Nov 2002 11:23:10 +0800 From: suken woo <wsk@mail.gddsn.org.cn> To: freebsd-java <freebsd-java@freebsd.org> Subject: configure apache2+ssl+tomcat4 help Message-ID: <3DDB001E.7020506@mail.gddsn.org.cn>
index | next in thread | raw e-mail
hi,all:
My apache2+SSL is working now and I had been successed config SSL
support with tomcat
but when i try https:192.168.168.6:8443 on mozilla, it doesn't work.and
I see my 8443 port is listenning
and tomcat log nothing errors .here's my ssl config with tomcat.
how can i do, thanks any info with appreciates!
Regards
<!-- Define an SSL HTTP/1.1 Connector on port 8443 -->
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="8443" minProcessors="5" maxProcessors="75"
enableLookups="true"
acceptCount="10" debug="0" scheme="https" secure="true">
<Factory className="org.apache.catalina.net.SSLServerSocketFactory"
clientAuth="true" protocol="TLS"/>
</Connector>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DDB001E.7020506>
