Re: [dspace-tech] Adding HTTPS support Error

2021-08-11 Thread Steli Vali
Hi Mark, thank you for the helpful reply. I did as you mentioned, and changed ProxyPass related settings to localhost. I also implement the same configuration for the frontend. The end result looks like this: ServerName https://www.my-repo.com:443 ErrorLog

Re: [dspace-tech] Adding HTTPS support Error

2021-08-10 Thread Mark H. Wood
On Mon, Aug 09, 2021 at 08:21:01AM -0700, Steli Vali wrote: > I am testing DSpace 7, and I want to enable https. Unfortunately the > instructions online are not so detailed and I am confused. > I am using dspace.server.url = " http//my-repo.com:8009/server " instead of > "http://localhost:8080/se

[dspace-tech] Adding HTTPS support Error

2021-08-09 Thread Steli Vali
Hi, I am testing DSpace 7, and I want to enable https. Unfortunately the instructions online are not so detailed and I am confused. I am using dspace.server.url = " http//my-repo.com:8009/server " instead of "http://localhost:8080/server"; in the local.cfg file. I have installed the Apache2 Pr