Closed greenyoda closed 3 years ago
Hi @greenyoda,
I will definitely look into this, but just for a bit more context what login page are you trying to get to load? Pupperware doesn't have any GUI components.
Thanks!
Hi @underscorgan, I assumed pupperware had a front on https://puppetdb.internal:32782 / https://puppetdb.internal:8081 ?
http://puppetdb.internal:32783 loads fine.
thanks John
Hi @greenyoda,
This seems to be related to the fact that the puppetserver uses a self-signed CA cert to generate certs for all the nodes. If I download the ca.pem file from the puppetdb container, I can run openssl s_client -showcerts -CAfile ca.pem -connect localhost:32768
and verify the cert for the puppetdb ssl port.
I'm guessign in the browser you'll both need to add the CA as a trusted cert and also use the private key from one of the hosts to authenticate
Closing this one as its outdated and I don't believe it's an actual issue.
Thanks for submitting!
Describe the Bug
The certificate chain looks faulty on pupperware both via openssl s_client or a browser.
Browser: Secure Connection Failed
openssl:
Expected Behavior
Login page to load.
Steps to Reproduce
Environment
Additional Context
Add any other context about the problem here.