Hi everyone!

I am experiencing a similar issue. I do have https support for the UI and 
REST I believe. Here is the config.prod.yml portions and the local.cfg 
settings. I am using 7.6.
---------------------------------------------------------------------------------------------------------------------
 
config.prod.yml
ui:
  ssl: false
  host: cuvault.cumberland.edu
  port: 4000
  # NOTE: Space is capitalized because 'namespace' is a reserved string in 
TypeScript
  nameSpace: /
  # The rateLimiter settings limit each IP to a 'max' of 500 requests per 
'windowMs' (1 minute).
  rateLimiter:
    windowMs: 60000 # 1 minute
    max: 500 # limit each IP to 500 requests per windowMs
  # Trust X-FORWARDED-* headers from proxies (default = true)
  useProxies: true
rest:
  ssl: true
  host: cuvault.cumberland.edu
  port: 443
  nameSpace: /server
---------------------------------------------------------------------------------------------------------------------
 
local.cfg
dspace.server.url = https://cuvault.cumberland.edu/server

dspace.ui.url = https://cuvault.cumberland.edu
rest.cors.allowed-origins = ${dspace.ui.url}
# Name of the site
dspace.name = DSpace at Cumberland University

I have tried so many different settings, but I keep getting an error 500 
when trying to access dspace on another computer in our network. It works 
on the server just fine. I am not sure if there is a setting I am missing 
or a configuration that I have wrong.
On Thursday, September 19, 2024 at 7:02:43 AM UTC-5 Michael Plate wrote:

> Hi,
>
> AFAIK DSpace 7+ does not run w/o HTTPS besides localhost.
>
> https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace
>
> "
> Production Installation (adding HTTPS support): Running the DSpace 
> Backend on HTTP & port 8080 is only usable for local development 
> environments (where you are running the UI and REST API from the same 
> machine, and only accessing them via localhost URLs). If you want to 
> run DSpace in Production, you MUST run the backend with HTTPS support 
> (otherwise logins will not work outside of your local domain).
> "
>
> Michael
>
>
> Am 19.09.24 um 13:46 schrieb Saad Itani:
> > same problem it loads the page (dspace ui) then it gives 500; ssl off
> > 
> > On Friday, July 26, 2024 at 11:51:31 AM UTC+3 suresh patil wrote:
> > 
> > Hi All,
> > 
> > anybody running DSpace 7.6.1 in the LAN through LAN IP without HTTPS?
> > 
> […]
>
>

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/14cbfae7-ea08-4be3-ac3b-1d6057616b16n%40googlegroups.com.

Reply via email to