Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE TLS requiring trusting the intermediate certificate
2020-01-22, 07:12
Post: #3
RE: iPXE TLS requiring trusting the intermediate certificate
Using wireshark shows that the difference between using `openssl s_client` and iPXE. The iPXE is not sending the entire client certificate chain (unlike openssl which builds a "client certificate chain"), it is sending just the very first certificate in the pem file put into `CERT=client-chain.pem`). This of course fails, because the server side requires verifying the client certificate against the root certificate.

I'm now testing with the server side putting the intermediate certificate in the trusted store and seeing what happens.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: iPXE TLS requiring trusting the intermediate certificate - CMCDragonkai - 2020-01-22 07:12



User(s) browsing this thread: 1 Guest(s)