Replies: 1 comment
-
|
Looks like you are using self signed certificate generated by Argo CD. To solve the problem you might either configure trusted certificate in argocd-secret or use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to execute this command from my jenkins pipeline to force argocd to sync new changes :
ARGOCD_SERVER="a11d0dece3e6944f19d2569021730f11-21404.us-east-1.elb.amazonaws.com" APP_NAME="root-app" PROJECT="srov4" ARGOCD_SERVER=$ARGOCD_SERVER argocd --grpc-web app sync $APP_NAME --force ARGOCD_SERVER=$ARGOCD_SERVER argocd --grpc-web app wait $APP_NAME --timeout 600and I get this error:
level=fatal msg="rpc error: code = Unknown desc = Post https://a11d0dece3e6944f19d2569021730f11-21404.us-east-1.elb.amazonaws.com:443/application.ApplicationService/Sync: x509: certificate is valid for localhost, argocd-server, argocd-server.argocd, argocd-server.argocd.svc, argocd-server.argocd.svc.cluster.local, not a11d0dece3e6944f19d2569021730f11-21404.us-east-1.elb.amazonaws.com"
any suggestions guys ?
Beta Was this translation helpful? Give feedback.
All reactions