Kbase 21886: SonicMQ: Correct SSL_PROVIDER_CLASS for JSSE SSL Implementa.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/13/2002 |
|
SUMMARY:
This Solution applies to SonicMQ 4.0.
When using the SSL_PROVIDER_CLASS for the JSSE SSL implementation as specified in the Configuration and Administration Guide, you might encounter the following exception when starting the broker:
progress.message.util.EAssertFailure: Unable to locate SSL Provider class
progress.message.net.ssl.jsse.JSSEImpl
at progress.message.net.ssl.ProgressSslSocketFactory.rE_(:76)
at progress.message.net.ssl.ProgressSslSocketFactory.init(:55)
progress.message.net.ssl.ProgressSslSocketFactory.createProgressServerSocket
at progress.message.broker.Acceptor.Fs_(:83)
at progress.message.broker.Acceptor.<init>(:57)
at progress.message.broker.Broker.<init>(:421)
at progress.message.broker.Broker.main(:243)
EXPLANATION:
The SonicMQ 4.0 Configuration and Administration Guide, incorrectly states the value of SSL_PROVIDER_CLASS for the JSSE SSL implementation.
SOLUTION:
The correct SSL_PROVIDER_CLASS value for the JSSE SSL implementation is:
progress.message.net.ssl.jsse.jsseSSLImpl
References to Written Documentation:
SonicMQ V4 Configuration and Administration Guide