This Knowledge Base article provides an example on how to setup the Preserve Untrusted Issuer feature in SGOS 6.x
The following Content Policy Language (CPL) demonstrates how to setup the Preserve Untrusted Issuer feature in SGOS 6.x :
<SSL-Intercept>
ssl.forward_proxy.preserve_untrusted(yes)
<SSL-Intercept>
ssl.forward_proxy(https) ssl.forward_proxy.issuer_keyring(default)
You can also configure the Global Setting through the following CLI Commands :
SG210#config term
SG210#(config)ssl
SG210#(config ssl)proxy preserve-untrusted ?
disable Do not preserve untrusted certificate issuer
enable Preserve untrusted certificate issuer
SG210#(config ssl)proxy preserve-untrusted enable
SG210#(config ssl)exit
SG210#(config)exit
SG210#
Notes :