Skip to content

Unrecognized x509 Certificate Error #397

Answered by tashian
J-Hunter-Hawke asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @J-Hunter-Hawke,

Good question. I think you're not even making it through the TLS handshake with the load balancer, and that's why nothing is showing in any of your request logs. step expects to be able to establish a mutual TLS connection with the CA. Application load balancing would require your ALB to decrypt and encrypt messages and essentially impersonate the CA, and we don't recommend that from a security standpoint. It's also a pain to configure.

Best to have the CA and client speak directly to each other or via network load balancing or TLS passthrough.

Best,
Carl

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by J-Hunter-Hawke
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@maraino
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