[dspace-tech] Re: DSpace 7.6 after adding ssl certificate getting error 500

2023-11-28 Thread Leandro Pereira
A possible cause is the use of self-signed certificates. I temporarily solved this problem using environment variables. *export NODE_EXTRA_CA_CERTS="/etc/ssl/dspace.mydomain.pem"export NODE_TLS_REJECT_UNAUTHORIZED='0'* Once you have a certificate provided by a CA, you can remove this

[dspace-tech] Re: DSpace 7.6 after adding ssl certificate getting error 500

2023-11-27 Thread DSpace Technical Support
Hi, 500 errors are often the sign of a misconfiguration or a communication issue between the frontend & backend. See our "Common Installation Issues" section: https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-%22500ServiceUnavailable%22fromtheUserInterface There are