Gerrit 3.6.3, java 11, ubuntu.
I am seeing this in my error log and am wondering if this is trying to make a HTTP request to the outside world?
[2023-03-08T12:43:47.858Z] [plugin-manager-preloader] ERROR com.googlesource.gerrit.plugins.manager.OnStartStop : Failed to access plugin list
java.util.concurrent.ExecutionException: java.net.ConnectException: Connection timed out (Connection timed out)
at com.github.benmanes.caffeine.guava.CaffeinatedGuavaLoadingCache.get(CaffeinatedGuavaLoadingCache.java:63)
at com.googlesource.gerrit.plugins.manager.PluginsCentralCache.availablePlugins(PluginsCentralCache.java:41)
at com.googlesource.gerrit.plugins.manager.OnStartStop$1.run(OnStartStop.java:53)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)