tomcat-users mailing list archives

Site index · List index
Message view « Date » · « Thread »
Top « Date » · « Thread »
From moshood oladapo <morec...@yahoo.com>
Subject Configuring SSL on TOMCAT6 Using APR connector - Oracle EL 5
Date Fri, 02 Dec 2011 08:56:38 GMT
Dear Sir/Ma,=0A=0AI have already deployed an application running perfectly =
on tomcat 6.0.20 on port 8080 on my Oracle EL 5 server. But now I want all =
request to go through SSL. =0A=0A=0ASee below my configurations on server.x=
ml:=0A=0A=A0 <!--APR library loader. Documentation at /docs/apr.html -->=0A=
=A0 <Listener className=3D"org.apache.catalina.core.AprLifecycleListener" S=
SLEngine=3D"on" SSLRandomSeed=3D"builtin" />=0A=0A=0A=0A=A0=A0=A0 <Connecto=
r executor=3D"tomcatThreadPool"=0A=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0 port=3D"8080" protocol=3D"HTTP/1.1"=0A=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0 connectionTimeout=3D"20000"=0A=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0 redirectPort=3D"443" />=0A=A0=A0=A0 -->=0A=A0=A0=A0 <!-- Define a=
 SSL HTTP/1.1 Connector on port 8443=0A=A0=A0=A0=A0=A0=A0=A0=A0 This connec=
tor uses the JSSE configuration, when using APR, the=0A=A0=A0=A0=A0=A0=A0=
=A0=A0 connector should be using the OpenSSL style configuration=0A=A0=A0=
=A0=A0=A0=A0=A0=A0 described in the APR documentation -->=0A=0A=A0=A0=A0 <C=
onnector port=3D"443" protocol=3D"HTTP/1.1" SSLEnabled=3D"true"=0A=A0=A0=A0=
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 maxThreads=3D"150" scheme=3D"https" secur=
e=3D"true"=0A=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 clientAuth=3D"false=
" sslProtocol=3D"TLS"=0A=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 SSLEngin=
e=3D"on"=0A=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 SSLCerticateFile=3D"/=
home/oracle/apache-tomcat-6.0.20/conf/ssl/optixserver.crt"=0A=A0=A0=A0=A0=
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 SSLCertificateKeyFile=3D"/home/oracle/apache=
-tomcat-6.0.20/conf/ssl/optixserver.p12"=0A=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=
=A0=A0=A0=A0 SSLPassword=3D"optix10$"=0A=A0=A0=A0=A0 />=0A=0AAfter doing al=
l this, I still couldn't access it "https://localhost:443/". It display err=
or message " internet explorer cannot display the webpage". But when i try =
http://localhost:8080/, it works fine.=0A=0AThere is a clause I don't under=
stand in the HowTo configure SSL with APR - (the=0AAPR library must be avai=
lable). How do I know if the APR is available or not?=0A=0A=0APlease assist=
.=0A=0A=0ARegards,=0A=0AMoshood=0A
Mime
  • Unnamed multipart/alternative (inline, None, 0 bytes)
View raw message