Skip to content

CSET tool enterprise version issues #2543

Closed Answered by alexisCarn
SatvinderSinghNC4 asked this question in Q&A
Discussion options

You must be logged in to vote
  1. For CSET Enterprise v11, you have to set up the SMTP host mail in this file : C:\inetpub\wwwroot\CSETAPI\appsettings.json (not in CSETUI\web.config)
  2. The errors that you have when you are not on localhost come from a misconfigured file (C:\inetpub\wwwroot\CSETUI\assets\config.json). Because of it the UI is sending requests to the wrong port so you cannot interact with the backend of the application. Change the ports to 5001 and 5002 and the localhost to your FQDN for the 15 first lines. You also have to open ports 5001 and 5002 on your firewall (ports used by the API and the Report API).

You will find more information here : #2363

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mckenziewillmore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants