Confluence 6 run over SSL or HTTPS-Modify your Server.xml file

Source: Internet
Author: User

Next you need to configure confluence to use HTTPS:

  1. Editor <install-directory>/conf/server.xml 文件。

  2. Uncomment the following line:

    <Connector port="8443" maxHttpHeaderSize="8192"    maxThreads="150" minSpareThreads="25"    protocol="org.apache.coyote.http11.Http11NioProtocol"    enableLookups="false" disableUploadTimeout="true"    acceptCount="100" scheme="https" secure="true"    clientAuth="false" sslProtocols="TLSv1,TLSv1.1,TLSv1.2"       sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2" SSLEnabled="true"    URIEncoding="UTF-8" keystorePass="<MY_CERTIFICATE_PASSWORD>"/>
  3. Replace < The MY_CERTIFICATE_PASSWORD> password that you used in the certificate.

  4. Determine that the Attribute-value match SSLEnabled="true" is part of the connection element, as shown above. If this feature is not displayed, attempting to access confluence may encounter a timeout error.

  5. Save the server configuration file.

Do not remove comments from the HTTP connector, the synchrony agent is never checked for health, and this check is accessed via HTTP. If you do not want to include http connectors. You can use synchrony.proxy.healthcheck.disabled System properties to disable health checks.

You should not disable the internal synchrony proxy (by setting the synchrony.proxy.enabled System Properties false ), which we know will cause problems when Tomcat determines SSL.

The default connector port for confluence is 8090.

Https://www.cwiki.us/display/CONF6ZH/Running+Confluence+Over+SSL+or+HTTPS


Confluence 6 run over SSL or HTTPS-Modify your Server.xml file

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.