Intermediate client certificate isn't being sent to server
Hi I'm trying to develop a mtls based login, currently on macos. I have a certificate chain with 3 certificates (CA->intermediate->leaf). Firefox prompts to selec… (ďalšie informácie)
Hi
I'm trying to develop a mtls based login, currently on macos. I have a certificate chain with 3 certificates (CA->intermediate->leaf).
Firefox prompts to select a certificate, but only the leaf is sent to the server. However when I try it on Safari all 3 are sent.
It tried both non-trusted ca and trusted ca, but I can't get it to work.
Is it something in the certificate definition? Maybe a flag I need to toggle in FF?
Thanks