(cherry picked from commit b07c266dca7f303c793b432a0738d593728cf2b3) (cherry picked from commit 72ea64146810bb5010280145ee7cad9fb9375aad)
@@ -183,6 +183,7 @@ public class URLConnectionFactory {
return openConnection(url, false);
} catch (AuthenticationException e) {
// Unreachable
+ LOG.error("Open connection {} failed", url, e);
return null;
}