reverse proxy 문제 해결
tomcat 의 conf/server.xml 에 다음과 같이 proxyName, proxyPort, scheme 기술후 재구동
<Connector port="8080" connectionTimeout="20000" maxThreads="200" minSpareThreads="10" enableLookups="false" acceptCount="10" URIEncoding="UTF-8" proxyName="atlassian.com" proxyPort="443" scheme="https" />
Ref
- https://confluence.atlassian.com/display/KB/Application+Links+Troubleshooting+Guide
- https://confluence.atlassian.com/display/KB/Trusted+Applications+authentication+Troubleshooting+Guide