What needs to be done to make it work? Server Error in '/' Application.
Initially there was an error "Could not connect to the redis server(s). UnableToConnect on TSAGENT:1-6:6379". I dug into connectionString.conf and it became what is below.
Thank you in advance
Like
Looks like you need to modify the connection strings in the config file. Specifically, the Redis connection string to change from TSAGENT to the real machine name or IP address. See https://academy.creatio.com/docs/user/on_site_deployment/application_se…
Ryan
Райан Фарли,
still the same problem
<add name="redis" connectionString="host=DESKTOP-1QNJRMD;db=0;port=6379;clusterHosts=127.0.0.1:6379;useTls=true;password=SOME_PASSWORD; certificatePath=SOME_CERTIFICATE_PATH; certificatePassword=SOME_CERTIFICATE_PASSWORD" />
Hi Erlan!
Are you sure you have the database named '0'? Also please make sure to specify the password for the connection string:
db=0;port=6379;clusterHosts=127.0.0.1:6379;useTls=true; password=SOME_PASSWORD;