in pm2, ui:host variable have to be domain(pointing to ip accesible) or ip accesible, because if you use localhost, pm2 is gointo to answer only localhost requests.
El lunes, 10 de marzo de 2025 a las 7:09:43 UTC-5, Leonardo Vargas sarmiento escribió: > Hi Sean > if i put localhost i get error 443 and the ssl certificates are already > enabled in apache, could you guide me on what i am failing please. > my ubuntu virtual machines are separated, in one I was assigned to install > dspace where I follow the steps of lyrasis works well locally but with a > domain is failing and the other engineer is the one who manages the apache > and ssl certificates showed me that the domain is already public but I > still have difficulties with the dspace when I want it to be public for my > institution. > 1. i made the changes to localhost but now i get error 443. > 2. in the firewall (ufw) in both already assigned the firewall, also in > the /etc/hosts I assigned the private ip where I installed the dspace and > apache. > 3. in the java it is listening with the ajp of the dspace that I > configured. > 4. I asked again for new ssl certificates but it continues with the error > 443. > > > > > [image: dspace front.png][image: config.prod.yml.png][image: > firewall.png][image: > java.png][image: server dspa.png] > El lunes, 10 de marzo de 2025 a las 4:53:01 UTC-4, Sean Carte escribió: > >> Hi Leonardo >> >> I think you should have 'localhost' in the ui section of config.prod.yml: >> >> ui: >> ssl: false >> host: localhost >> port: 4000 >> nameSpace: / >> >> Sean >> >> On Fri, 7 Mar 2025 at 16:18, Leonardo Vargas sarmiento < >> [email protected]> wrote: >> >>> Good morning to all the community I need your help I have already >>> checked all the solutions of the error 500 of the community but the error >>> does not disappear. >>> My institute gave me a machine to install dspace and I configured it and >>> made the changes so that it is with my domain of my institution with the >>> guide of lyrasis, I followed the common problems of dspace but still I can >>> not solve the error. Could you help me please. >>> 0. en una maquina tengo el dspace y en la otra apache con los >>> certificados SSL habilitados. nota: donde esta instalado el dspace no estoy >>> ocupando apache o nginx ya que puede funcionar sin ocupar esos dos. >>> 1. in the conf.prod.yml I left it with my domain because if I put >>> “localhost” I get error 443 and if I leave it with my domain I get error >>> 500. >>> 3. in the conf.yml is the same as conf.prod.yml >>> 4. in the dspace-ui.json I already made the changes with port 443 and my >>> domain name. >>> 5. in the local.cfg I put my domain. >>> [image: dspace-ui.json.png][image: config.prod.yaml.png][image: >>> config.yml.png][image: local.cfg.png] >>> [image: apache.png] >>> the dspace server loads normally but the front end with error 500 I >>> enabled the ufw “8009,8080,4000,80” on both machines. >>> >>> -- >>> 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 [email protected]. >>> To view this discussion visit >>> https://groups.google.com/d/msgid/dspace-tech/b346ee8e-1932-45aa-b595-de9b22dad75bn%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/dspace-tech/b346ee8e-1932-45aa-b595-de9b22dad75bn%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- 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 [email protected]. To view this discussion visit https://groups.google.com/d/msgid/dspace-tech/c53d5441-db64-411c-b7dc-cbebcfc2d734n%40googlegroups.com.
