вам нужно настроить httpclient-auth.xml
Вот пример для интерфейса пользователя solr с аутентификацией, сделанный так же для ваших сайтов.
<auth-configuration>
<credentials username="solr" password="xxx">
<authscope host="localhost" port="8983"/>
</credentials>
</auth-configuration>
Просмотрите несколько примеров в этом файле и попробуйте их
и добавить в нутч-сайт
<property>
<name>http.auth.file</name>
<value>httpclient-auth.xml</value>
<description>Authentication configuration file for 'protocol-httpclient' plugin.
</description>