Please help me, after configure SSL i have this error:
14-Dec-2021 12:12:18.670 GRAVE [https-openssl-nio-8443-exec-5] org.apache.catalina.core.StandardWrapperValve.invoke El Servlet.service() para el servlet [BirtReportServlet] en el contexto con ruta [/knowagebirtreportengine] lanzó la excepción [javax.servlet.ServletException: Message: Error occured while retrieving user profile of user [eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiZGFuaWVsLmFsdmFyZXpAY2VsZWMuZ29iLmVjIiwiZXhwIjoxNjM5NTM3NjA4fQ.VTtIa9H8eRHLajAspnrfR9BoXl8MJJ1R8yakZ-rNqOk] from service [Security Service] at endpoint [https://localhost:8443/knowage/services/SecurityService]; Cause: Impossible to locate [Security Service] at [https://localhost:8443/knowage/services/SecurityService]] con causa raíz
javax.servlet.ServletException: Message: Error occured while retrieving user profile of user
The file server.xml :
<Resource auth="Container" description="User database that can be updated and saved" factory="org.apache.catalina.users.MemoryUserDatabaseFactory" name="UserDatabase" pathname="conf/tomcat-users.xml" type="org.apache.catalina.UserDatabase"/>
<Environment name="resource_path" type="java.lang.String" value="E:\KNOWAGE\Knowage-Server-CE\resources"/>
<Environment name="service_url" type="java.lang.String" value="https://localhost:8443/knowage"/>
<Environment name="host_url" type="java.lang.String" value="https://172.16.211.201:8443"/>
<Environment name="sso_class" type="java.lang.String" value="it.eng.spagobi.services.common.JWTSsoService"/>
<Environment description="HMAC key" name="hmacKey" type="java.lang.String" value="iFtGvNTp"/>
<Environment description="File for security encryption location" name="password_encryption_secret" type="java.lang.String" value="E:\KNOWAGE\Knowage-Server-CE/conf/passwordEncryptionSecret"/>
Thank you