Previous Topic

Next Topic

Book Contents

Book Index

Configuring the HTTP Bundle to Use a Custom JSSE Provider

The HTTP Bundle can work with a third party javax.net.ssl.SSLContext implementation for the "TLS" protocol in accordance with JSSE's SPI. Specify the SSLContext provider name to the HTTP server as value of the ssprovider configuration property or of the mbs.http.tlsprovider system property. Refer to the HTTP Secure Server Configuration for more information about these properties.

The custom JSSE provider might be initialized with Key Managers/Trust Managers implemented for a specific algorithm and by a specific provider as described in the "Setting Custom Algorithm and Provider for Credential Management" section below.