Hello,
Is it possible to assign two ports to Confluence when using Docker? We want direct access with HTTPS and a connector for Apache.
For Example:
<Connector port="8090" connectionTimeout="20000" redirectPort="8443"
maxThreads="48" minSpareThreads="10"
enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
protocol="org.apache.coyote.http11.Http11NioProtocol"
scheme="https" proxyName="<>" proxyPort="443" secure="true" />
<Connector port="8443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25"
protocol="org.apache.coyote.http11.Http11Nio2Protocol"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLSv1.2" sslEnabledProtocols="TLSv1.2" SSLEnabled="true"
URIEncoding="UTF-8" keystorePass="<>" keystoreFile="/home/confluence/.keystore"/>
Thank you!
Hi @Lion Kosiuk ,
you can follow this documentation (originally for bypassing a proxy for Application Links) to have another connector in Confluence : https://confluence.atlassian.com/kb/how-to-bypass-a-reverse-proxy-or-ssl-in-application-links-719095724.html
Let me know if this helps,
--Alexis
Hello @Alexis Robert ,
Thank you so much for your answer. Unfortunately I already know the document. But I want to use the environment variables you can specify when starting a Docker container with image Confluence to specify a second Tomcat Connector. Unfortunately this doesn't seem possible.
Best regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.