Hide Forgot
Affects: Documentation (Ref Guide, User Guide, etc.) project_key: SOA The Systinet notes read: 6. Enable SSL in JBoss. * Uncomment following lines in the file JBOSS_HOME/server/[jboss_configuration]/deploy/jboss-web.deployer/server.xml <Connector port="8443" address="${jboss.bind.address}" maxThreads="100" strategy="ms" maxHttpHeaderSize="8192" emptySessionPath="true" scheme="https" secure="true" clientAuth="false" keystoreFile="${jboss.server.home.dir}/conf/server.keystore" keystorePass="123456" sslProtocol = "TLS" /> But - the actual properties needed are: <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" address="${jboss.bind.address}" emptySessionPath="true" scheme="https" secure="true" clientAuth="false" keystoreFile="${jboss.server.home.dir}/conf/server.keystore" keystorePass="changeit" sslProtocol="TLS" />
Triaged by SOA PM team for CP05.
I have edited the KBase document at: https://access.redhat.com/kb/docs/DOC-33801 and submitted the change for review by the KBase Team.
Release Notes Docs Status: Added: Not Required
Writer: Added: dlesage
Verified in the KB article: https://access.redhat.com/kb/docs/DOC-33801