-
Type: Bug
-
Resolution: Fixed
-
Priority: Trivial - P5
-
Affects Version/s: None
-
Component/s: Core
TheĀ Pool class specifies an SSL option named passPhrase. This option is eventually passed through to the underlying Connection objects created by the pool. The same option in Connection, however, is named passphrase, not passPhrase.
This error is unlikely to come up for high-level API consumers, because all 3 topologies specify passphrase; only consumers of the lower-level Pool class are affected.