Forums

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

http redirect not working

Fredrik Gilljam
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 27, 2017

Has been running Confluence with a working port 80 to 444 redirect (tomcat) and for a month ago it suddenly stopped working. HTTPS and HTTP works but HTTP is not redirecting to HTTPS.

 

<Service name="Tomcat-Standalone">
<Connector port="80" connectionTimeout="20000" redirectPort="443"
maxThreads="48" minSpareThreads="10"
enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8" />

<Connector port="443" 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="xxxxxxxxxxx" keystoreFile="E:\keystore\xxxxxxx.jks"/>

 

We have not done any changes in the conf. Both our Jira and confluence stopped redirect I guess at the same time. But I rand that Jira config tool in the bin directory and change the Nio protocoll back and it start to work again.

Can it been some windows updates that fucked this up? I don't know right now what to do to make redirect work again with the wiki/Confluence.

1 answer

0 votes
Vero Rivas
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 29, 2022

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events