I have docker containers with Jira (atlassian/jira-software:latest) and Confluence (atlassian/confluence-server:latest). Both are behind traefik 1.7.17 SSL reverse proxy. All works perfectly unless Application Link between Jira and Confluence (Oauth error), and Gadgets (gadget.common.error.500).
Configuration:
Traefik Labels:
traefik.alias = jira
traefik.enable = true
traefik.frontend.entryPoints = http,https
traefik.frontend.passHostHeader = true
traefik.frontend.redirect.entryPoint = https
traefik.frontend.rule = Host:jira.mydomain.com
traefik.port = 8080
Environments variables:
ATL_PROXY_NAME = jira.mydomain.com
ATL_PROXY_PORT = 443
ATL_TOMCAT_SCHEME = https
Can anyone help me?
Regards.-
Hi gzl10g,
Refer to the this troubleshooting guide to find the root cause: https://confluence.atlassian.com/kb/application-links-troubleshooting-guide-718668765.html#ApplicationLinksTroubleshootingGuide-ssl
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.