...
Verifying certificate revocation
Anchor | ||||
---|---|---|---|---|
|
org.apache.synapse.transport.passthru.PassThroughHttpSSLListener
as well as org.apache.synapse.transport.passthru.PassThroughHttpSSLSender
can verify with the certificate authority whether a certificate is still trusted before it completes a SSL connection. If the certificate authority has revoked the certificate, a connection will not be completed. To enable this feature, you need to add the CertificateRevocationVerifier
parameter to the receiver or sender in the <EI_HOME>/conf/axis2/axis2.xml
file.
...