Summary
The Nexus Outreach feature provides your Nexus Welcome page with important messages direct from Sonatype. The Outreach feature is enabled by default. Periodically Nexus will request a 'page bundle' of messages from Sonatype servers. The exact URLs that Nexus uses to get the messages may change periodically.
If there is a problem downloading these messages in the background, you may notice a nexus.log message similar to the following:
admin com.sonatype.nexus.plugins.outreach.internal.outreach.SonatypeOutreach - Could not download page bundle
Allowing Outreach Requests Through A Firewall
As of Feb 24, 2015 the following outbound requests are made from Nexus:
http://links.sonatype.com/products/nexus/outreach/pro/2.11.1-01/en/admin
302 redirecthttp://download.sonatype.com/nexus/outreach/pro-en-all-admin.zip
302 redirecthttp://sonatype-download.global.ssl.fastly.net/nexus/outreach/pro-en-all-admin.zip
In order for these requests to succeed, make sure your HTTP proxy server or firewall administrators allow access to these hosts from your Nexus instance.
Disabling Outreach
You may opt to avoid receiving messages on your Nexus welcome page entirely or you know that your Nexus instance does not have access to the required remote hosts.
To disable outbound Outreach requests:
- Open
Administration
->Capabilities
. Select theOutreach Management
capability. - Uncheck the
Enable
checkbox. ClickSave
.
0 Comments