Unsolved
This post is more than 5 years old
9 Posts
0
1089
June 9th, 2015 08:00
HTTPS configuration for accessing EMC SRM
Hello all, I'm trying to setup my EMC SRM to use SSL in tomcat. I've basically enabled the tomcat connector in the server.xml file, like on every other tomcat ssl configuration I've had to do:
maxThreads="150" scheme="https" secure="true"
compression="2048" compressableMimeType="text/"
clientAuth="false" sslProtocol="TLS" URIEncoding="UTF-8"
SSLDisableCompression="true" keystoreFile="/root/.keystore"
keystorePass="secret" protocol="org.apache.coyote.http11.Http11NioProtocol" />
However restarting EMC SRM, still doesn't allow access EMC SRM through https://bf-frontend:58443/APG.
Does anyone know if there are any other configuration settings specific to EMC SRM that I need to enable for tomcat ssl to work?
Thanks to anyone who can shed some light on this!
codemonkey3
9 Posts
0
June 11th, 2015 10:00
Resolved, the issue was permissions on the key store...