-
Notifications
You must be signed in to change notification settings - Fork 85
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 find valid certification path to requested target #145
Comments
We had the same issue. As of limited resources we weren't able to further debug and instead decided to disable the plug in |
Hello, |
@mhuin Have you resolve this error? |
I resolved the issue by using a custom entrypoint script for the gerrit container: `#!/bin/bash -e The /dev/./urandom is not a typo. https://stackoverflow.com/questions/58991966/what-java-security-egd-option-is-forJAVA_OPTIONS="-Djava.security.egd=file:/dev/./urandom" configure_keystore () {
} rm -f /var/gerrit/etc/trustore if [ -f /var/gerrit/logs/.run_init ]; then echo "Running Gerrit ..." You'll most likely have to adapt this to your own use case. This entrypoint assumes two files, localCA.crt and certificate.pkcs12, are accessible with the correct rights in the /var/gerrit/etc volume. This is how we generate them via ansible, again adapt this to your own setup: `- name: create PKCS12 bundle for gerrit keystore
|
Hi Folks
Im getting this error when i try to log in my gerrit:
It was working until today morning
Someone can help me?
The text was updated successfully, but these errors were encountered: