-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to download packages via HTTPS #2621
Comments
The certificate needs to be added to the Kura keystore. |
I've downloaded the certificate using: openssl s_client -connect HOST:PORT -showcerts And installed the output in The certificate appears well created in the keystore when I consult it with
|
Did you try to restart the framework? |
Actually it didn't cross my mind. Now it works perfectly. Thank you very much! However now I've a different problem: the server also requires basic authentication and it is not working. I'll reopen #2560 |
Describe the bug
I'm unable to install packages with HTTPS.
To Reproduce
Expected behavior
Normal download and installation of the package.
Screenshots
The following error appears on the web:
Target Environment:
Official docker image
The text was updated successfully, but these errors were encountered: