We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0867d8 + 9a568b9 commit 6d933e4Copy full SHA for 6d933e4
pkg/amqp-lib/AmqpConnectionFactory.php
@@ -94,6 +94,7 @@ private function establishConnection()
94
'verify_peer' => $this->config->isSslVerify(),
95
'verify_peer_name' => $this->config->isSslVerify(),
96
'passphrase' => $this->getConfig()->getSslPassPhrase(),
97
+ 'ciphers' => $this->config->getOption('ciphers', ''),
98
], function ($value) { return '' !== $value; });
99
100
$con = new AMQPSSLConnection(
0 commit comments