Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

broken links after switch to HTTPS - confluence

Ste DB July 10, 2019

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:

  • We changed the Base URL in Confluence
  • Reverse proxy is active
  • We put this in server.xml 

        <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:

  • We cannot put a special character (e.g. change alt+255 for each " ") in the title of each page to make it work in "viewpage.action" way: this create issues in pre-existent links from our software.
  • We already tried disable "atlassian pretty urls plugin"

Still not working

Any other idea would be very appreciated

Thank you

1 answer

0 votes
Peter Hamilton-Harding
Contributor
July 10, 2019

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 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events