Hello everyone, If we have set proxy name and port in the engine then we are not able to launch the Admin UI tool. The error is: How could we overcome this issue, having the proxy settings set and the being able to use the tool? Thank you for your input in advance :) Update: These are the rules in the IIS: asked 16.09.2019 at 10:00 a_v_a
showing 5 of 7
show 2 more comments
|
Hi IvyTeam, Please, test this scenario. Put ANY proxy server infront of Axon engine and configure the engine to redirect to it. The Admin UI is not opening neither via the proxy, neither via localhost. So, in general you need to work on the database level if you need to change something, which is not good. BR, Yordan answered 19.09.2019 at 03:42 Stelt0 |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 16.09.2019 at 10:00
Seen: 1,606 times
Last updated: 19.09.2019 at 03:42
Hi
Where an how did you exactly set the mentioned proxy settings? And why you need them? May you need them only for webservices or rest?
Hi, Thank you for your comment. We have set IIS as reverse proxy, that's why we set WebServer.HTTP.ProxyPort and WebServer.HTTP.ProxyName because otherwise it doesn't handle some of the redirects very well. Thank you for your time :) AVA
Could you send me some details about the redirect settings in iis? Which version of Ivy and IIS are you using?
Hi again, We are using IIS 8.5 on Win Server 2012 and Ivy 7.0.12. I added in my first post a snap shot of the rules we are using.
And you launch de AdminUI also over the IIS reverse proxy?
Well, I use the IIS just to get to the location where the Admin tab is (https://testserver.com/ivy/info/index.jsp?pageId=admin_panel ) and then, I am downloading the .jnlp file, which afterwards is throwing the errors from the snapshots that are in my first comment.
Please look in your donwloaded JNLP file, I think the urls in there are wrong (pointing may be directly to the internal server). Sorry we never tested AdminUI behind a iis configured as reverse proxy, may we have also to fix something there.