Creating a custom protocol provider example
Archive Manager provides protocol registration so that you can configure the protocols you want to allow in the captured URLs. Archive Manager registers by default the RelaxedSSLProtocolSocketFactory to be used with HTTPS calls on port 443. If you need to override this behavior, for example to validate the identity of the HTTPS servers against a list of trusted certificates and/or to authenticate to the HTTPS server using a private key, you can create custom protocol providers.
About this task
To implement a custom protocol provider:
- Develop a class that implements a
ProtocolProvider - Configure the protocol provider in
cd_archivemanager_conf.xml.