It's all about the answers!

Ask a question

RTC Public URI & reverse proxy


Alexander Pawlik (6128) | asked Apr 09 '15, 9:48 a.m.

Hi,

We have the following situation:

RTC has a public URI of https://jts.internal:9443/ccm

Due to security reasons and VPN policies some of the RTC users need to use other URLs in order to get access to RTC - e. g. https://location1:9443/ccm or https://location2:9443/ccm

So we installed a reverse proxy (Apache2/Tomcat). In most of the cases it works fine - but from time to time when the user clicks some buttons or links in the web ui https://jts.internal:9443/ccm is used instead of the given URI for this Location.

Is this a known limitation or is there a work around for this situations?

Best regards

Alexander


Comments
1
Ralph Schoon commented Apr 09 '15, 10:27 a.m. | edited Apr 09 '15, 10:32 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

For all I know, the scenario you describe is not supported. The requests always need to go to the public URI that is selected for the system. The server knows itself under this public URI and will use that public URI root to identify its resources. So for various actions, you will receive back the public URI, instead of the URI you used. You also don't want the alternative URI used for the request getting coded into any artifacts.

I remember we tried this "multiple URL approach" for customers and it was not doable.

So as far as I can tell, you should use a VPN solution that separates the users without the need to change the access URI.

If you use a proxy solution, where the proxy is configured specifically under the covers and the requests are sent to that proxy without changing the URI and thus being transparent to the Jazz application, this should work as well.

I deliberately put this as a comment, to keep it unanswered. Maybe there is someone out there that knows different.

Accepted answer


permanent link
Alexander Pawlik (6128) | answered Apr 15 '15, 5:52 a.m.
 Hi,

That´s the same story that I told the customer - this was just to double check it!

Best regards Alexander
Ralph Schoon selected this answer as the correct answer

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.