We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/.
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.
https
self
So it looks like:
The text was updated successfully, but these errors were encountered:
Same issue reproduced also with Firefox.
Sorry, something went wrong.
No branches or pull requests
I started SignServer CE from the docker image using
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 disallowsself
.So it looks like:
The text was updated successfully, but these errors were encountered: