- Flexera Community
- :
- FlexNet Manager
- :
- FlexNet Manager Forum
- :
- FNMS Application Server behind Reverse Proxy - IIS customisation?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Our FNMS ApplicationServer is only reachable for GUI Users via Reverse Proxy (apache httpd).
Do any of you have experiences of configuring IIS (FNMS ApplicationServer) to work smoothly with thr reverse proxy?
We encounter problems when more than 1 person at a time is accessing the FNMS GUI.
I could find documentation from dcollins but that is refering to Agents and Beacon communication - which is not my problem.
Any advise would be apprechiated,
thanks
Steffen
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Chris,
the problem is, that if more than one person in active within the FNMS Gui - there are red-error bars showing for each.
Inside the GUI-Log you can see that there are issues like:
[ERROR 2020-12-02 08:55:54,065 624927ms UnhandledErrors ] An unexpected error occurred (d741e0b8-f39a-4132-819b-7325491baebc)
System.Web.Mvc.HttpAntiForgeryException (0x80004005): The provided anti-forgery token was meant for user "Domain1\P980327554", but the current user is "Domain2\Z730075"
so users and sessions are mixed up in some kind...
We did use "Windows Authentication = Enabled".
I managed to find a work around by Disabling Windows Authentification and using Basic instead.
Now users need to provide their username and password but it looks stable now and sessions are no longer mixed up.
It looks fine for a couple of days now.
Cheers and greetings
Steffen
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't personally have experience setting up a reverse proxy, but as long as the reverse proxy arrangement is transparent to FlexNet Manager Suite then I can't think of any particular considerations you would need to make when configuring the FlexNet Manager Suite web application server.
If you have any details of the problems you are encountering that you can post here then somebody may be able to give more specific insight.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Chris,
the problem is, that if more than one person in active within the FNMS Gui - there are red-error bars showing for each.
Inside the GUI-Log you can see that there are issues like:
[ERROR 2020-12-02 08:55:54,065 624927ms UnhandledErrors ] An unexpected error occurred (d741e0b8-f39a-4132-819b-7325491baebc)
System.Web.Mvc.HttpAntiForgeryException (0x80004005): The provided anti-forgery token was meant for user "Domain1\P980327554", but the current user is "Domain2\Z730075"
so users and sessions are mixed up in some kind...
We did use "Windows Authentication = Enabled".
I managed to find a work around by Disabling Windows Authentification and using Basic instead.
Now users need to provide their username and password but it looks stable now and sessions are no longer mixed up.
It looks fine for a couple of days now.
Cheers and greetings
Steffen
