We've setup SSL security and SSL redirection as per https://confluence.atlassian.com/adminjiraserver073/running-jira-applications-over-ssl-or-https-861253906.html, and it's working perfectly on the Dashboard. Every Dashboard page is SSL secured and Dashboard pages are all redirecting from HTTP to HTTPS when needed.
However, the Customer Portal (http://support.ourdomain.com/servicedesk/customer) is NOT redirecting to SSL properly to HTTPS, even though I've selected "HTTP and HTTPS" in the Jira configuration tool, as shown below.
No other web applications other than JSD are running on this server.
What might we be doing wrong?
So I'm not sure why the above situation happened but found one easy solution:
This Work for you?
<security-constraint>
<web-resource-collection>
<web-resource-name>Automatic Forward to HTTPS/SSL
</web-resource-name>
<url-pattern>/*</url-pattern>
</web-resource-collection>
<user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>
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.