Hi
Can someone help with the XSLT to capture and log the TLS version and cipher
I am trying to do the below and it doesnt work
<xsl:variable name="tlsinfo">
<xsl:copy-of select="dp:variable('var://service/tls-info')"/>
</xsl:variable>
<dp:set-variable name="'var://context/TLS/info'" value="$tlsinfo"/>
<dp:set-variable name="'var://context/TLS/version'" value="$tlsinfo/tls-info/version"/>
<dp:set-variable name="'var://context/TLS/cipher'" value="$tlsinfo/tls-info/cipher"/>
Basically I am trying to save it a context seperately and log it seperately .
Thanks
#DataPower#Support#SupportMigration