Replies: 1 comment
-
|
Bump. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm trying to run SignServer CE behind Traefik using client certificate authentication via the
SSL_CLIENT_CERTHTTP header, but SignServer does not seem to recognize the header.Environment
keyfactor/signserver-ce:latest(7.1.1 at the moment of writing)TLS_SETUP_ENABLED=false)8082Docker Compose (excerpt):
I am intentionally bypassing Traefik for now and accessing port 8082 directly to rule out proxy issues.
According to the Docker image [documentation]:
Test request
I send a request directly to port 8082 (example via Insomnia):
Result
HTTP/1.1 500 Internal Server ErrorClient certificate authentication requiredFollowing is the log excerpt right after the request, just in case:
I see no indication in the logs whether:
Questions
Any guidance or confirmation of the correct setup would be very helpful.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions