[DSpace 7.5] Initial Information "Backend and Frontend"

They are on the same Linux server, so they have the same IP address and
Domain.
Access is via VPN only
IP (private).
Domain (Private).

With our VPN connected we access via IP (Private / corporate Network)
everything works correctly!
We access the Frontend and it does the normal access to the backend, for
example, login.

But when we switch to our domain (e.g. domain.private.vpn.com) and access
the frontend,
it works perfectly, but when the frontend tries to access something from
the backend it gives an error (Error 403),
for example, on the login screen when trying to authenticate to the backend.

We make the changes from the IP to the domain only in the files :
config.prod.yml (Before)
  ui:
  ssl: false
  host: 192.168.10.10
  port: 4000

local.cfg (Before)
  dspace.ui.url = http://192.168.10.10:4000

config.prod.yml (After)
  ui:
  ssl: false
  host: domain.private.vpn.com
  port: 4000

local.cfg (After)

dspace.ui.url = http://1domain.private.vpn.com:4000

-- 
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/CACx%2B-edSommgnH7%2BUTxqS8VDvgSnVoWXwXDmDi%2Bx6bpq3Hua%2BA%40mail.gmail.com.

Reply via email to