-
Notifications
You must be signed in to change notification settings - Fork 21
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
PKIX path building failed error message #3
Comments
I got it to work. Here's what I did. Likely with a bit of cleanup work, it could be merged. Until then, here are the manual steps. Changes to slave-launch.ps1 (JAVA_HOME needs to be set in powershell environment or should be passed in somehow) add: before: Changes to Dockerfile: cert.crt needs to be in the same directory
|
thank @deshantm, happy to include a pr. Otherwise I'll include it in the next update I do. |
Thinking about it some more, it seems the Dockerfile is the right place to also run the keytool line, since it only needs to run once. Untested, but I'm think something like this
|
@deshantm I'm going to push out an update this week. I just want to confirm the changes I need to make is only adding |
I'm running into:
https://support.cloudbees.com/hc/en-us/articles/217078498-PKIX-path-building-failed-error-message
What is the best way to handle adding the cert or skipping the check?
Thanks,
Todd
The text was updated successfully, but these errors were encountered: