You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/12/26 04:11:29 UTC

[openmeetings] branch 4.0.x updated: [OPENMEETINGS-1969] custom cithers section is added

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/4.0.x by this push:
     new 72fa8f5  [OPENMEETINGS-1969] custom cithers section is added
72fa8f5 is described below

commit 72fa8f52526d3d43471fd2cdbe187c79a67669da
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Dec 26 11:11:19 2018 +0700

    [OPENMEETINGS-1969] custom cithers section is added
---
 openmeetings-server/src/site/xdoc/RTMPSAndHTTPS.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/openmeetings-server/src/site/xdoc/RTMPSAndHTTPS.xml b/openmeetings-server/src/site/xdoc/RTMPSAndHTTPS.xml
index 66ce74e..d332989 100644
--- a/openmeetings-server/src/site/xdoc/RTMPSAndHTTPS.xml
+++ b/openmeetings-server/src/site/xdoc/RTMPSAndHTTPS.xml
@@ -255,6 +255,20 @@ jmx.keystorepass=changeit
 				</li>
 			</ol>
 		</section>
+		<section name="Setting up different set of allowed cithers">
+			<div>
+				In case you would like to specify different set of allowed cithers you need to
+				<ol>
+					<li>Open <tt>conf/jee-container.xml</tt> using your favorite text editor</li>
+					<li>Go to <tt>"Tomcat with SSL enabled" -> "tomcat.server" -> "connectors" -> "httpsConnector" -> "connectionProperties"</tt></li>
+					<li>
+						Add following entry
+						<source><![CDATA[<entry key="ciphers" value="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_DHE_DSS_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_128_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_SHA256,TLS_ECDHE_RSA_WITH_AES_128_SHA,TLS_ECDHE_ECDSA_WITH_AES_128_SHA,TLS_ECDHE_RSA_WITH_AES_256_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_SHA384,TLS_ECDHE_RSA_WITH_AES_256_SHA,TLS_ECDHE_ECDS [...]
+					</li>
+				</ol>
+				Please check <a href="https://issues.apache.org/jira/browse/OPENMEETINGS-1969?focusedCommentId=16721099&amp;page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16721099">this JIRA issue</a> for more information
+			</div>
+		</section>
 		<section name="Credits">
 			<p>Thanks to Nexus, Holger Rabbach and Yakovlev Nick for their help and
 				contribution to configuration and documentation! </p>