-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
podman not aware of local certificate bundle #16413
Comments
@baude @ashley-cui PTAL |
A friendly reminder that this issue had no activity for 30 days. |
@ashley-cui Any comment? I thought this was taken care of during machine init? |
This PR fixed getting SSL_CERT_FILE and SSL_CERT_DIR into the VM, but the values in |
So can I close this issue? |
A friendly reminder that this issue had no activity for 30 days. |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Related to #2726
I am trying to use podman on a network at my organization where all ssl traffic is signed by a company certificate. I have the certificates installed locally and in the following environment variables:
All the bundles point to a pem file that has a working cert in it.
Steps to reproduce the issue:
Clean install of podman 4.3.0
podman pull redis:alpine
or any image reallyDescribe the results you received:
Describe the results you expected:
Image to pull successfully.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info
:Package info (e.g. output of
rpm -q podman
orapt list podman
orbrew info podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Mac OS 12.6.1
M1 Max
The text was updated successfully, but these errors were encountered: