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

Unable to connect to puppetdb with 6.0.0 docker image #1227

Open
atoy40 opened this issue Jan 17, 2025 · 0 comments
Open

Unable to connect to puppetdb with 6.0.0 docker image #1227

atoy40 opened this issue Jan 17, 2025 · 0 comments
Labels

Comments

@atoy40
Copy link

atoy40 commented Jan 17, 2025

Describe the bug

Hi,

I'm unable to connect to pupppetDB (using https) with 6.0.0 docker image
if I rollback to docker image 5.4.0, no problem with the exact same environment variables

I dumped network on the puppetdb server itself, and it seems the puppetboard app stop the TCP connection on his own (the container send a TCP FIN just after the ACK and do not attempt any SSL/TLS handshake)

With 5.4.0, I can see the TLS handshake juste after the TCP ACK

In the container stdout, i got :

ERROR:pypuppetdb.api.base:Could not reach PuppetDB on my.puppetdb.server:8081 over HTTPS.
ERROR:puppetboard.utils:('Connection aborted.', PermissionError(13, 'Permission denied'))

Puppetboard version

6.0.0

puppetdb 8.8.1

Environment and installation method

Docker image running on a nomad cluster

@atoy40 atoy40 added the bug label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant