Hy all
I'm stuck with the proxy config since we want our JIRA accessable inside another network zone.
The setup for internal use
JIRA /Tomcat <-http-> apache proxy <-http-> client
Now we configured an nginx reverse proxy for access from an unsecure zone over ssl:
JIRA /Tomcat <-http-> apache proxy <-http-> nginx reverse proxy <-https-> client
nginx terminates ssl. I now receive the url missmatch error because of the https inside the url.
I then added this to the server.xml and restarted JIRA
scheme="https"
proxyName="<nginx ip>"
proxyPort="443"
without success, same error. The problem is there are docs for the case "apache terminates ssl then => tomcat" but none for this "two-proxy" setup.
any hints or ideas?
thanks
sandro