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.
1 parent 9e5e0ad commit 52a118dCopy full SHA for 52a118d
RabbitMq/AMQPConnectionFactory.php
@@ -55,7 +55,7 @@ public function __construct(
55
}
56
57
if (is_array($this->parameters['ssl_context'])) {
58
- $this->parameters['ssl_context'] = ! empty($this->parameters['ssl_context'])
+ $this->parameters['context'] = ! empty($this->parameters['ssl_context'])
59
? stream_context_create(array('ssl' => $this->parameters['ssl_context']))
60
: null;
61
0 commit comments