Ubuntu Server 8.04 + Tomcat 5.5 + SSL is not working.
Cassius V. de Magalhaes
cviniciusm at uol.com.br
Thu May 15 10:38:39 UTC 2008
Hello,
I'm trying to use Tomcat 5.5 with SSL on Ubuntu Server 8.04 but it's not
working.
I installed it normally with aptitude.
I followed the steps below:
1) uncommented the line below on /etc/tomcat5.5/server.xml :
<!--
<Connector port="8443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" />
-->
2) $ keytool -genkey -alias tomcat -keyalg RSA
3) $ keytool -export -keystore .keystore -alias tomcat -file
export-tomcat.cer
4) $ sudo keytool -import -alias tomcat -file export-tomcat.cer
-keystore /usr/share/tomcat5.5/.keystore
5) $ sudo /etc/init.d/tomcat5.5 restart
Always using the password "changeit".
Any ideas, please?
TIA,
Cassius.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4864 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20080515/7740d296/attachment.bin>
More information about the ubuntu-users
mailing list