Hi Kyky,

I suspect the issue may be that the backend is NOT running SSL/HTTPS.  The 
REST API *MUST* run HTTPS if you are using non-"localhost" URLs.  It's also 
not possible to run the UI on HTTPS while keeping the REST API on HTTP.

See also this common installation issue which is cause of many 500 
exceptions. 
https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-%22No_linkssectionfoundat...%22errorfromUserInterface

Tim

On Monday, July 3, 2023 at 6:24:08 AM UTC-5 kykys...@gmail.com wrote:

> Hello everyone, i've got problem with my UI config after add SSL.
>
> this is my configuration:
> local.cfg
>
> dspace.server.url = http://51.79.225.29:4420/server/
> dspace.ui.url = https://dspace.logiaedu.com
>
> config.prod.yml
> ui: 
>     ssl: false
>     host: 51.79.225.29
>     port: 4000
>
> rest:
>     ssl: false
>     host: 51.79.225.29
>     port: 4420
>     nameSpace: /server
>
> before applying the ssl and configure the backend config it works 
> perfectly, but after applying ssl and change the backend config, it's 
> always redirect to /500 Service Unavailable. i've read some issues like 
> this and tried to fix it like the reference but it's still failed
>
>
> Thanks
>
> Kyky
>

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/81b10586-d862-45cb-8611-cf84649000edn%40googlegroups.com.

Reply via email to