You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The connection to the CDN is tested with ping. This causes false negatives and may even cause a false positive.
+ Checking connection to cdn.redhat.com
ping: unknown host cdn.redhat.com
This is because our satellite needs to connect through a proxy. Not only is the satellite system itself unable to resolve the URI, even it were able to ping would not work this way.
Also a ping test does not guarantee that other connections can be made and/or ping can be blocked independently without blocking the required connections.
Is there a different way to test this? Perhaps using wget/curl and using the proxy as defined in the satellite's config?
The text was updated successfully, but these errors were encountered:
m8ram
added a commit
to m8ram/sat6_healthCheck
that referenced
this issue
Feb 10, 2016
The connection to the CDN is tested with ping. This causes false negatives and may even cause a false positive.
This is because our satellite needs to connect through a proxy. Not only is the satellite system itself unable to resolve the URI, even it were able to ping would not work this way.
Also a ping test does not guarantee that other connections can be made and/or ping can be blocked independently without blocking the required connections.
Is there a different way to test this? Perhaps using wget/curl and using the proxy as defined in the satellite's config?
The text was updated successfully, but these errors were encountered: