Skip to content

failed to connect: x509: certificate signed by unknown authority #449

Answered by maraino
M96268004 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @M96268004,

smallstep.com uses a certificate chain that is signed by a public CA, and your OS knows about them, to use get the fingerprint of a X509 certificate not signed by a public CA you can do one of these things:

  • Pass the root certificate with the flag --roots root-ca.crt
  • Use the --insecure flag to avoid the certificate validation

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@maraino
Comment options

Answer selected by maraino
Comment options

You must be logged in to vote
3 replies
@maraino
Comment options

@mmalone
Comment options

@M96268004
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants