-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Maven plugin fails due to mismatching registry certificates despite correct certs #659
Comments
I wonder where this
Not an expert in this subject, so just ask wild questions: are you behind a proxy? Does the domain have DNS in your network? |
@chanseokoh use I don't have an OpenShift account (yet), so when I try to |
|
@siamaksade I suspect this was a configuration problem that has since been fixed with OpenShift. I'm able to push an image to a slightly-different OpenShift registry with Jib 0.9.7-SNAPSHOT. (0.9.6 has authentication bug that affects OpenShift, fixed with #614. You can build from head and use Jib 0.9.7-SNAPSHOT.) We use the Google HTTP client under the hood which supports voluminous logging with java.util.logging. If you're still having a problem then please create a
and then run your Maven command with:
We do a lot of requests in parallel so the output can be confusing to see; I wonder if we could serialize execution to simplify this. By background, OpenShift provides a registry as
|
Forgot to add: openshiftapps.com is used when creating a route to a deployed service. For example, I had a service called |
@siamaksade Feel free to reopen if the issue persists. |
When using Google's jib maven plugin to build and push images to OpenShift Online registry, the plugin complains about mismatching certificates:
Steps to Reproduce:
This is while the registry certificates are correct:
The text was updated successfully, but these errors were encountered: