We have customized the DSpace 7.4 codebase to run on an SSL domain 
successfully. Recently, we migrated this setup to a new server, which 
includes SSL and Load Balancer (LB) configurations.

On the new server, the application works correctly when accessed via IP. 
However, when accessing it through the domain name over HTTPS (with the LB 
in place), the website loads properly, but the login and collection data 
fail to load.

The Load Balancer is configured to offload SSL, converting incoming HTTPS 
requests to HTTP. During debugging, I found that the url value in the 
following API endpoint is not being resolved correctly. The url appears as:

https://unknown.dspace.com/server/api/authz/authorizations/search/object?uri=http://unknown.dspace.com/server/api/core/sites/collection-id&embed=feature

This issue seems to stem from the uri being set to HTTP instead of HTTPS.

Is there a way to modify the uri value to use HTTPS so that the link 
functions correctly? 
Any guidance on this would be greatly appreciated.

*Thanks and Regards*

-- 
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 Community" 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-community/6701d59f-3eb1-46fa-9452-fa83c599b52bn%40googlegroups.com.

Reply via email to