<div dir="ltr"><div>J, It's not a misconfigured device, that is how fortinet does it's webportal vpn access to internal websites.  Talked to fortinet, that's how it works.  Francis, I will look at that.  Thanks for your help!<br>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 30, 2014 at 12:59 PM, Francis Daly <span dir="ltr"><<a href="mailto:francis@daoine.org" target="_blank">francis@daoine.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, May 30, 2014 at 11:55:32AM -0400, bwellsnc wrote:<br>
<br>
Hi there,<br>
<div class=""><br>
> This is the issue.  I am using a fortigate device to protect my network and<br>
> I want to use the https connection in the web portal to access my Jira<br>
> instance.  The problem is that jira always expects a<br>
> <a href="https://jira.internal.example.com" target="_blank">https://jira.internal.example.com</a>, because that is what is set in it's base<br>
> url.  The fortigate sends this to nginx:<br>
><br>
> <a href="https://vpn.example.com/proxy/https/jira.internal.example.com/secure/Dashboard.jspa" target="_blank">https://vpn.example.com/proxy/https/jira.internal.example.com/secure/Dashboard.jspa</a><br>
<br>
</div>According to the proxy_pass documentation,<br>
<br>
  location ^~ /proxy/https/<a href="http://jira.internal.example.com/" target="_blank">jira.internal.example.com/</a> {<br>
    proxy_pass https://[jira hostname or ip]/;<br>
    proxy_set_header Host <a href="http://jira.internal.example.com" target="_blank">jira.internal.example.com</a>;<br>
  }<br>
<br>
should do what you seem to be asking for. (Replace [this bit].)<br>
<br>
But I'm not aware of any proxy/firewall devices that do what you say your<br>
fortigate is doing. So it may not end up doing what you actually want.<br>
<span class="HOEnZb"><font color="#888888"><br>
        f<br>
--<br>
Francis Daly        <a href="mailto:francis@daoine.org">francis@daoine.org</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div>