掲示板

Liferay + SSL

thumbnail
11年前 に lutz Bremen によって更新されました。

Liferay + SSL

Expert 投稿: 291 参加年月日: 11/10/20 最新の投稿
I'm a little bit astonished. that I'm to stupid to set up a Tomcat 7.0.27 with SSL so that liferay runs on https.

We ordered a Certificate and i called keytool via comand line. (from java out of the liferay bundle).
i typed in
keytool keytool -import -trustcacerts -alias tomcat -file example.com.crt -keystore example.com.key 


then i added in the server.xml of liferays tomcat.
<connector port="443" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keyAlias="tomcat" keystoreFile="C:/liferay/example.com.key" keypass="tomcat" protocol="org.apache.coyote.http11.Http11Protocol" />


but it isn't worling. what am i missing????