We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51be82e commit 147875fCopy full SHA for 147875f
pkg/amqp-lib/AmqpConnectionFactory.php
@@ -93,6 +93,7 @@ private function establishConnection()
93
'local_pk' => $this->config->getSslKey(),
94
'verify_peer' => $this->config->isSslVerify(),
95
'verify_peer_name' => $this->config->isSslVerify(),
96
+ 'passphrase' => $this->getConfig()->getSslPassPhrase(),
97
], function ($value) { return '' !== $value; });
98
99
$con = new AMQPSSLConnection(
0 commit comments