salt state for software install failing on rocky 9 with ssl error. #9956
Unanswered
jchristopherlittle
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a server assigned to a content lifecycle project. when a state attempts to install software from the project, it fails with the following:
[MIRROR] python3-argcomplete-1.12.0-5.el9.noarch.rpm: Curl error (60): SSL peer certificate or SSH remote key was not OK for https://uyuni.o(....)python3-argcomplete-1.12.0-5.el9.noarch.rpm [SSL certificate problem: unable to get local issuer certificate]
However if i attempt from the command line the same curl, it succeeds. It seems, perhaps, that salt is using a different CA store?
Beta Was this translation helpful? Give feedback.
All reactions