Abdoulaye Sow
Abdoulaye Sow
Thank you for your attention, @petkivim
Hello, @petkivim! How are you? I took the course with the X-Road Academy, and it was incredible. Many thanks! How do I configure TLS certificates on Central Server?
Thanks a lot! The courses are great, I even got certifications at the end. Is it possible to change the port 4000 to another one?
I realise... On the Security Server, I had this error ```Edit Security Server Address``` : ``` AxiosError: Request failed with status code 500 ``` or ``` error_code.core.InternalError PKIX path building...
I have not changed ports. I enabled SSL on global-conf, proxy-ui-api, and center-admin-service. For Central Server, I used fqdn as the name instead of IP address.
tail -f /var/log/xroad/proxy_ui_api.log ``` 2024-05-27T17:48:31.647Z [https-jsse-nio-4000-exec-4] correlation-id:[6654c76f04902fece9c6b1782df231ac] INFO ee.ria.xroad.common.AuditLogger - {"event":"Edit security server address failed","user":"xadmin","ipaddress":"","reason":"Cannot invoke \"String.equals(Object)\" because the return value of \"org.niis.xroad.securityserver.restapi.service.GlobalConfService.getSecurityServerAddress(ee.ria.xroad.common.identifier.SecurityServerId)\" is null","warning":false,"auth":"Session","url":"/api/v1/system/server-address","data":{"address":""}} 2024-05-27T17:48:31.648Z [https-jsse-nio-4000-exec-4] correlation-id:[6654c76f04902fece9c6b1782df231ac] ERROR o.n.x.r.e.ApplicationExceptionHandler...
I have removed the SSL certificates I had added, and it works. I was able to configure: - cs : - center-admin-service - global-conf - ss : - proxy_ui_api With...