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
--------------------------------------------------------------------------------------------------------------------- local.cfg
dspace.ui.url =
https://cuvault.cumberland.edurest.cors.allowed-origins = ${dspace.ui.url}
# Name of the site
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.