Mule

Incorrect Documentation for SSL Connector Parameters

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.0-rc3
  • Fix Version/s: 1.1-rc1
  • Labels:
    None
  • Environment:

    Windows 2000

  • Similar Issues:
    MULE-470 "address" is not documented in "Mule End Point URIs" as a Known Parameter
    MULE-5811 Jetty SSL connector does not support the webapps element
    MULE-3691 Need to correct documentation on overriding Mule Config parameters
    MULE-3639 MuleClient/remoteDispatcher documentation contains incorrect information about methods
    MULE-5572 Parameter passing is a general subject not adequately covered
    MULE-5070 Incorrect deprecation documentation
    MULE-1547 SSL transmit is plaintext
    MULE-3658 Incorrect URL encoding in Mule documentation
    MULE-5718 HTTP throwing "Property "cookieSpec" has an incorrect or unsupported value "rfc2109"" error while the schema admits this value
    MULE-1660 XMPP over SSL

Description

1. If the keyPassword property not set (not in the documentation), could
not start up MuleManager
The stack trace:
org.mule.config.ConfigurationException: MuleManager Failed to initialise
at
org.mule.config.builders.MuleXmlConfigurationBuilder.configure(MuleXmlConfigurationBuilder.java:277)
at
org.mule.config.builders.MuleXmlConfigurationBuilder.configure(MuleXmlConfigurationBuilder.java:250)
Caused by: java.lang.NullPointerException: The key password cannot be null
at
org.mule.providers.ssl.SslConnector.doInitialise(SslConnector.java:64)
at
org.mule.providers.AbstractConnector.initialise(AbstractConnector.java:202)

2. My Mule component acts as the ssl client only and its sends request via
SSL to an application outside of Mule. Why do I have to set up the server
key store and password?

3. Typo in clientKeystore and clientKeystorePassword properties, should be
clientKeyStore and clientKeyStorePassword respectively

Activity

Hide
Andrew Perepelytsya added a comment - 10/Oct/06 10:46 AM

All old Resolved issues transitioned into a Closed state.

Show
Andrew Perepelytsya added a comment - 10/Oct/06 10:46 AM All old Resolved issues transitioned into a Closed state.

People

Vote (0)
Watch (0)

Dates

  • Created:
    08/Jun/05 02:18 PM
    Updated:
    10/Oct/06 10:46 AM
    Resolved:
    09/Jun/05 06:11 PM