| Author |
Tomcat and https on Windows 7
|
Imre Tokai
Ranch Hand
Joined: Jun 04, 2008
Posts: 123
|
|
Hello,
How to configure basic https access on Tomcat?
Downloaded and installed apache-tomcat-6.0.29-windows-x86.zip
and i'm about to configure basic https://localhost:8443 access via browser;
1)
get the .keystore file with changeit password via jdk's
keytool... command from command line
2)
Uncommented the https 8443 config in server.xml and added properties keystoreFile="e:\.keystore" keystorePass="changeit"
When tried to run startup.bat i get exception:
Did this configuration without any trouble a while ago on earlier versions of Tomcat. Has anything changed in newer versions?
Regards
|
 |
Imre Tokai
Ranch Hand
Joined: Jun 04, 2008
Posts: 123
|
|
Am i using wrong certificate? Any (other) hints?
Anyone on this topic, please?
Regards
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8147
|
|
Imre Tokai wrote:
When tried to run startup.bat i get exception:
Try changing the protocol attribute value to "org.apache.coyote.http11.Http11NioProtocol".
For more details, refer to http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html#Configuration
|
[My Blog] [JavaRanch Journal]
|
 |
Rene Larsen
Ranch Hand
Joined: Oct 12, 2001
Posts: 1179
|
|
You could try to generate your own certificate - and then see if this one will work.
It is working on my Tomcat 7 server, with my own home generated certificate
Replace the <..> with your own values...
|
Regards, Rene Larsen
Dropbox Invite
|
 |
Imre Tokai
Ranch Hand
Joined: Jun 04, 2008
Posts: 123
|
|
Working indeed thanks a lot Rene!
Which (not self-signed) certificate is recommended for this usage of Tomcat? Any experience with commercial certificates?
Regards
|
 |
Rene Larsen
Ranch Hand
Joined: Oct 12, 2001
Posts: 1179
|
|
|
You should be able to buy a SSL Certificate from http://www.verisign.com/
|
 |
sinoob ts
Greenhorn
Joined: Oct 19, 2011
Posts: 1
|
|
|
check for org.apache.catalina.core.AprLifecycleListener in the server.xml and comment that line.
|
 |
 |
|
|
subject: Tomcat and https on Windows 7
|
|
|