be93a1ff31
ConnectionFactories may be added after the connector is started. As such there is always the possibility that creating a new connection fails because there is no available ConnectionFactory for that protocol. Rather than failing with an IllegalStateException instead of a NullPointerException, we now check at connector start whether the SslConnectionFactory is properly configured. This should catch 99% of the cases, where the connector is misconfigured, reporting the error earlier and explicitly (connector does not start) rather later and hidden (connection cannot be created). |
||
---|---|---|
.. | ||
src | ||
pom.xml |