This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Operations
- :
- FlexNet Operations Knowledge Base
- :
- Redis Host and Redis Port in the System config under FlexNet Platform Server
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Redis Host and Redis Port in the System config under FlexNet Platform Server
Redis Host and Redis Port in the System config under FlexNet Platform Server
Redis Host and Port config have been introduced to fix a "Vulnerability" which is WhiteHat: CVSS V3 - 6.5 : Vulnerability ID : 52269953.
However, as of now, the Redis instances are provisioned and available yet to leverage caching for session management hence this config is not used so you can ignore this config.
or if you want to delete (Only for Onprem) then you can use the following query to delete it.
delete from PLT_APP_CONFIG_VALUE where CONFIG_ENTRY_ID=(select ID from PLT_APP_CONFIG_ENTRY where NAME='redis.port');
delete from PLT_APP_CONFIG_VALUE where CONFIG_ENTRY_ID=(select ID from PLT_APP_CONFIG_ENTRY where NAME='redis.host');
Restart the FNO server.
No ratings