Tomcat 6.0.20 ssl

2010-09-03 Thread Johnson, Rob E
Hi,

I've purchased an apache certificate (x509) from VeriSign and imported
the certificate okay and changed the server.xml file:

Connector 
   port=443 minSpareThreads=5 maxSpareThreads=75
   enableLookups=true disableUploadTimeout=true 
   acceptCount=100  maxThreads=200
   scheme=https secure=true SSLEnabled=true
   keystoreFile=C:\Program
Files\Java\jre6\bin\documentum.keystore keystorePass=changeit
   clientAuth=false sslProtocol=TLS/

Restart the apached service

http://documentum still works

But

https://documentum does not work, simply get page cannot be displayed.

Thanks,

Rob

Rob Johnson MBA/IT
IT Specialist
BOEMRE
303-231-3963
303-589-9278 (Cell)




RE: Tomcat 6.0.20 ssl

2010-09-03 Thread Caldarale, Charles R
 From: Johnson, Rob E [mailto:rob.john...@boemre.gov] 
 Subject: Tomcat 6.0.20 ssl

 Connector 
 port=443 minSpareThreads=5 maxSpareThreads=75
 enableLookups=true disableUploadTimeout=true 
 acceptCount=100  maxThreads=200
 scheme=https secure=true SSLEnabled=true
 keystoreFile=C:\Program Files\Java\jre6\bin\documentum.keystore 
 keystorePass=changeit
 clientAuth=false sslProtocol=TLS/

If you have APR installed (tcnative-1.dll in Tomcat's bin directory), the SSL 
configuration is completely different.  If that is the situation, the easiest 
thing to do is disable APR by renaming or deleting the above DLL file.  If you 
decide you do want to use APR (it's faster for HTTPS traffic), read the doc:

http://tomcat.apache.org/tomcat-6.0-doc/apr.html

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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



RE: Tomcat 6.0.20 ssl

2010-09-03 Thread Johnson, Rob E
thanks 


Rob Johnson MBA/IT
IT Specialist
BOEMRE
303-231-3963
303-589-9278 (Cell)


-Original Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] 
Sent: Friday, September 03, 2010 2:22 PM
To: Tomcat Users List
Subject: RE: Tomcat 6.0.20 ssl

 From: Johnson, Rob E [mailto:rob.john...@boemre.gov]
 Subject: Tomcat 6.0.20 ssl

 Connector
 port=443 minSpareThreads=5 maxSpareThreads=75
 enableLookups=true disableUploadTimeout=true 
 acceptCount=100  maxThreads=200
 scheme=https secure=true SSLEnabled=true
 keystoreFile=C:\Program Files\Java\jre6\bin\documentum.keystore
keystorePass=changeit
 clientAuth=false sslProtocol=TLS/

If you have APR installed (tcnative-1.dll in Tomcat's bin directory),
the SSL configuration is completely different.  If that is the
situation, the easiest thing to do is disable APR by renaming or
deleting the above DLL file.  If you decide you do want to use APR (it's
faster for HTTPS traffic), read the doc:

http://tomcat.apache.org/tomcat-6.0-doc/apr.html

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.


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


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