You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Step CA and etc setup in K8S cluster to issue certs for Ingresses. All worked well, the test HTTPS endpoint shows the cert signed by Step CA. And obviously it is not trusted by browser.
Then I followed the doc to run step cli on client to get and install the CA. But failed.
I ran step ca bootstrap --ca-url step-ca.magicloud.lan --fingerprint f689f91afac159293233fd4d9760d3979799aa0ed57dec73d6bce1fdb7d8973c. And got error downloading root certificate: failed decoding CA error response: invalid character 'I' looking for beginning of value on client. And 2025/10/22 08:12:38 /usr/local/go/src/net/http/server.go:3638: http: TLS handshake error from 10.42.0.91:48588: remote error: tls: bad certificate on Step CA server.
The ingress for Step CA is configured in Helm values:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have Step CA and etc setup in K8S cluster to issue certs for Ingresses. All worked well, the test HTTPS endpoint shows the cert signed by Step CA. And obviously it is not trusted by browser.
Then I followed the doc to run
stepcli on client to get and install the CA. But failed.I ran
step ca bootstrap --ca-url step-ca.magicloud.lan --fingerprint f689f91afac159293233fd4d9760d3979799aa0ed57dec73d6bce1fdb7d8973c. And goterror downloading root certificate: failed decoding CA error response: invalid character 'I' looking for beginning of valueon client. And2025/10/22 08:12:38 /usr/local/go/src/net/http/server.go:3638: http: TLS handshake error from 10.42.0.91:48588: remote error: tls: bad certificateon Step CA server.The ingress for Step CA is configured in Helm values:
Anything I missed or did wrong?
Beta Was this translation helpful? Give feedback.
All reactions