-
I've launched a docker container with Kura 5.4 and configured the keystore for some urls but when I try to download a deployment package it is unable to download it.
I cannot launch it directly from the web because the server has basic authentication. The same configuration, certificates and installation URL works perfectly on a raw installation in Kura 5.3. Is it possible is there some relevant change from raw to docker installation or from 5.3 to 5.4 that may affect this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The problem happens also in kura 5.3 (docker version still). By the way, the certificate needed for such download is properly listed in security tab, so I cannot think of a reason for the empty trustanchor issue... |
Beta Was this translation helpful? Give feedback.
-
Never mind, I found the issue, it seems I was using the folder |
Beta Was this translation helpful? Give feedback.
Never mind, I found the issue, it seems I was using the folder
/etc/ssl/certs/java
as volume and that meant to overwrite containers default cacerts. I'm not sure how running the version 5.2.0 rebuilt that (probably some first run execution to install ca-certificates or something like that) but it solved the issue creating the file. Now all versions work again as the cacerts is already present. I'll redo the deployment procedure.