On Thu, Sep 02, 2021 at 08:23:05PM -0700, Jose Texier wrote:
> Hi, I have an error wanting to access the solr on my production server. I 
> can access xmlui. On the development server I can access "/solr/" and 
> "/xmlui/". My version es DSpace 6.3.
> 
> The error that I get is:
> HTTP Status 403 - Forbidden
> Type Status Report
> Description The server understood the request but refuses to authorize it.
> 
> Any suggestions or what permission should I make and where?

In v6, Solr runs with the LocalHostRestrictionFilter, which rejects
queries from any address other than 'localhost' (127.0.0.1, ::1).  I
would check the DSpace configuration to see that 'solr.server' (in
config/local.cfg) is set to use a localhost address.

It is possible to disable the LocalHostRestrictionFilter if you need
to use a non-loopback address, but understand that Solr is not
designed to be exposed to the entire Internet.  If you remove the
restriction, you should make certain that Solr is firewalled against
outside access.

  <Parameter
    description="Disable Restriction Filter"
    override='false'
    name='LocalHostRestrictionFilter.localhost'
    value='false'
  />

-- 
Mark H. Wood
Lead Technology Analyst

University Library
Indiana University - Purdue University Indianapolis
755 W. Michigan Street
Indianapolis, IN 46202
317-274-0749
www.ulib.iupui.edu

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/YTi9BYxNG7kK5thJ%40IUPUI.Edu.

Attachment: signature.asc
Description: PGP signature

Reply via email to