Hello
We have an issue with some broken link after switching Confluence from HTTP to HTTPS (both in 6.6.13 and 6.12.3 Confluence versions).
What we configured:
<Connector port="80" 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" secure="true" proxyName="xxx.xxxxxxx.it" proxyPort="443"/>
What we already tried:
Still not working
Any other idea would be very appreciated
Thank you
Is that your only connector port entry? AFAIK you should also have one for the redirect port i.e. one starting <Connector port = "8443" [...] in your case
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.