Hello,
I'm trying to run DSpace on container using docker and orchestrate it using docker swarm. I modify few configuration so it can run the frontend and HAL Browser in HTTPS domain. But there's an issue that the frontend is keep accessing the HTTP domain of HAL Browser. When I open the inspect element in browser it said "Mixed content: load all resources via HTTPS to improve the security of your site".
When I check in the HAL Browser page, in "Response Body" panel, only "self" line's href is referred to HTTP address, the other line is HTTPS.
The question, is it possible to change the href in self line to HTTPS? if it possible then how?
Thanks