Problem:
After doing a system upgrade or clone, you start to get 403 errors when trying to connect to the Spotfire Server via a web browser.
Your were using HTTPS and have switched back to HTTP, due to the server.xml file being new.
Reason:
Your system was probably configured to have HTTP cookie: SameSite=none
This is not allowed when using HTTP, which caused the 403 error.
Solution:
Export your Spotfire configuration:-
config export-config --force
Set the SameSite to None or Unset if you prefer:-
config set-config-prop --name="security.cookies.same-site" --value="None"
Import your configuration back into your server:-
config import-config -c "Cookies SameSite=None"
Then restart all your Spotfire servers, so the configuration is used.
You can find more details in the documentation: https://docs.tibco.com/pub/spotfire_server/latest/doc/html/TIB_sfire_server_tsas_admin_help/server/topics/samesite_cookie_attribute.html
This box will be hidden from the public.
Source Case 298840