signserver-ce icon indicating copy to clipboard operation
signserver-ce copied to clipboard

[BUG] HTTP UI styling broken when using container and port 8080

Open Vampire opened this issue 1 year ago • 1 comments

I started SignServer CE from the docker image using

docker run -it --rm -p 8080:8080 -p 8443:8443 -h localhost --name signserver keyfactor/signserver-ce

Then I tried to access http://localhost:8080/signserver/.

Unfortunately the the CSP prevents all resources to be loaded in Chrome, as it is set to https, so disallows self.

So it looks like: image

Vampire avatar Oct 30 '24 16:10 Vampire

Same issue reproduced also with Firefox.

netmackan avatar Nov 01 '24 14:11 netmackan