Task #11171
closed
Please give access to ckan-solr-d4s.d4science.org from portal-production machines
100%
Description
The ckan production solr index must be accessible from infra-gateway1.d4science.org and infra-gateway.d4science.org machines.
The client side builds an HttpSolrServer object, thus the port to be opened should be the standard 80 one.
Updated by Costantino Perciante about 7 years ago
- Subject changed from Please give access to ckan-d4s-solr from portal-production machines to Please give access to ckan-solr-d4s.d4science.org from portal-production machines
Updated by Andrea Dell'Amico about 7 years ago
- Status changed from New to In Progress
From what I see the solr index is already accessible from all our datacenter network via both http and https. But the http connection is being redirected to the https one.
If you cannot connect to solr via https I'll add exceptions for the portals.
Updated by Massimiliano Assante about 7 years ago
Please do add the exception as we cannot change the code now.
Updated by Andrea Dell'Amico about 7 years ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 90
I just added the exception. Beware that the redirection from http to https does not work anymore. That should be harmless because the CKAN services connect directly to https, but I'll try and check if there's a way to have both the exeption and the redirection.
Updated by Massimiliano Assante about 7 years ago
- Status changed from Feedback to Closed
- % Done changed from 90 to 100
The gateway can talk with the solr index now.