Hello everyone,
After installing Dspace 8.2 and configuring HTTPS using Apache24, the backend and frontend work fine, but when I try to log in, I get a proxy error. The httpd.conf and httpd-ssl.conf files are attached, and the local.cfg and config-prod.yml settings are as follows:
config-prod.yml:
ui:
ssl: false
host: localhost
port: 4000
nameSpace: /.
rateLimiter:
windowMs: 60000 # 1 minute
max: 500 # limit each IP to 500 requests per windowMs
useProxies: true
and local.cfg:
Thank you in advance for your guidance.