-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
test issues on 3.6.x #15941
Comments
all three of those tests failed due to failed builds and all the builds failed trying to push the output image to the internal registry:
@legionus can you take a look? But this seems like a security issue, so might come back to @sjenning and @deads2k .... |
@bparees The server has all reasons to complain :) |
@legionus seems unlikely we'd be adding the wrong certs in a way that only flaked periodically, but it does look like services are being served using a cert that's intended for the routing domain, not the service. @liggitt @deads2k any thoughts on this? specifically the fact that we're accessing docker-registry.svc.default and getting presented with a cert that's only valid for docker-registry-default.apps.prtest-5a37c28-6397.origin-ci-int-gce.dev.rhcloud.com ? |
That message indicates that the client is requesting a particular DNS name, but that message does not indicate what IP was actually used to reach the docker registry. A blind guess would say that you ended up hitting an external, re-encrypt route's IP for the docker registry. |
that would be a scary DNS issue.... |
not aware of this recreating, closing based on age. |
Identical test failures on 3 different PR for
extended_conformance_gce
https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/15880/test_pull_request_origin_extended_conformance_gce/6457/
https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/15886/test_pull_request_origin_extended_conformance_gce/6436/
https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/15889/test_pull_request_origin_extended_conformance_gce/6397/
@joelsmith @derekwaynecarr
The text was updated successfully, but these errors were encountered: