On Windows I'm seeing an update error when I check for ZAP updates in the marketplace.
There is a ZAP log that has:
java.io.IOException
at org.zaproxy.zap.extension.autoupdate.ExtensionAutoUpdate.getRemoteConfigurationUrl(ExtensionAutoUpdate.java:808)
at org.zaproxy.zap.extension.autoupdate.ExtensionAutoUpdate.access$900(ExtensionAutoUpdate.java:94)
at org.zaproxy.zap.extension.autoupdate.ExtensionAutoUpdate$8.run(ExtensionAutoUpdate.java:963)
I tried running ZAP "as administrator" in Windows in case local file permissions might be a problem, but still received the error when running with the elevated privileges. I can pull the URL referenced in the logged WARN message and it seems to be valid XML.
What to check next?