SSL error when using curl with only trusted root certificate but server is already returning full certificate chain
My SSL server uses the following certificate setup: leaf -> intermediate -> root (trusted ca). I have verified using openssl that it’s returning both leaf and intermediate certificate (at least I think it does):
$ openssl s_client -s… Continue reading SSL error when using curl with only trusted root certificate but server is already returning full certificate chain