Petteri Kivimäki
Petteri Kivimäki
Hi, When you use percentage to define the height, the value is relative to the parent elements of the document. The problem is that those elements' height is something else...
Hi, You're right, the plugin does not add any CSS class embedding the content. You could wrap the document inside `p` or `div` element with a CSS class and adjust...
Hi @mithunhegde-egov! There's no need to sign the test CA's root certificate ( `ca.cert.pem`). It's enough to add it to the Central Server as described [here](https://nordic-institute.atlassian.net/wiki/spaces/XRDKB/pages/215875585/How+to+Configure+Central+Server+version+7.3.0#1.3-Adding-certification-service). No additional steps are...
Yes, the same applies to `ocs.cert.pem` and `tsa.cert.pem` too. It's enough to upload them to the Central Server following the [configuration guide](https://nordic-institute.atlassian.net/wiki/spaces/XRDKB/pages/215875585/How+to+Configure+Central+Server+version+7.3.0#1.3-Adding-certification-service).
Have you checked the `/var/log/xroad/proxy_ui_api.log` log file for more details?
The management Security Server needs to be able to access the Central Server port `80` in order to fetch the WSDL file. Currently, you're using `3.111.118.35` as the Central Server...
The error message means that the Security Server where you try to register the subsystem doesn't have a valid authentication certificate. More information about the cause of the error can...
There's something wrong with the management services configuration on the management Security Server, e.g., incorrect service URL. The service URL should be `https://:4002/managementservice/manage/`. Please check that you have completed all...
Hi @mithunhegde-egov! Since you have mapped the container port `80` to port `6000`, you should use `http` and not `https`. Instead, if you want to use `https`, you should map...
What's the error message when you try to submit a request to the Security Server port `80` that's mapped to the container port `443`?