I have added the following section to my virtualhost in Apigee following the sslinfo
"propagateTLSInformation" : {
"connectionProperties" : true,
"clientProperties" : true
}
I am still not seeing the tls.client.s.dn showing up in the trace. I also tried accessing X-apigee.tls.client.s.dn, same result. We are using the Apigee Edge.
I would really appreciate any input to understand this better.
@SanalNaroor - Can you check this post.
Also can you go a GET on the virtual host using the Apigee Management API and confirm the changes are there? Also please confirm that the virtual host is used by the proxy.
Also - there are some variables that gets populated only for two-way tls (mtls). Hope you are testing it using mtls as the variables you have mentioned are populated only for that use case - for more info