Mutual auth client certs for a pool of requesting servers behind a proxy

I’ve got a situation that is puzzling me. We have a vendor that is requiring mutual authentication when making a request to them. They are requesting we give them a client cert identifying our company for verification. Tha… Continue reading Mutual auth client certs for a pool of requesting servers behind a proxy

Should a server or a client be able to verify a client/server certificate – intermediate certificate chain with a known root ca?

I am trying to test the following setup:

A RADIUS server works with the EAP-TLS protocol. The client and the server have the following certificates:

Client
Public Key: clientcert_intermediatecert_chain.pem
CA-certificate: r… Continue reading Should a server or a client be able to verify a client/server certificate – intermediate certificate chain with a known root ca?