Skip to content
New issue

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

TLS: peer cert untrusted or revoked (0x42) - Docker v1.7.2 #1044

Open
seal61 opened this issue Jan 23, 2025 · 0 comments
Open

TLS: peer cert untrusted or revoked (0x42) - Docker v1.7.2 #1044

seal61 opened this issue Jan 23, 2025 · 0 comments

Comments

@seal61
Copy link

seal61 commented Jan 23, 2025

docker container v1.7.2 is based on debian 12 and when using it with windows AD / ldaps you'll get TLS: peer cert untrusted or revoked (0x42) as error message in debug docker logs, as well as Cannot access LDAP directory on the GUI.

the fix is to do a apt update && apt install libldap-common -y but not on the server where the docker container runs, but inside the docker container.

to do so, open a shell inside the conatiner like docker exec -it $CONTAINERNAME /bin/bash and install the package as described above; then do a docker restart $CONTAINERNAMEand it should be fine again.

Maybe the package can be included in new docker container versions?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant