Skip to content

Add support for the 'ciphers' ssl option #607

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2018
Merged

Conversation

eperazzo
Copy link

@eperazzo eperazzo commented Nov 1, 2018

In order to be able to use the 'ciphers' option (http://php.net/manual/en/context.ssl.php), it needs to be declared in the $sslOptions array, so it can be passed to AMQPSSLConnection.

It will read the value from the 'driver_options' as such:

enqueue:
  transport:
    default: rabbitmq_amqp
    rabbitmq_amqp:
    ...
    driver_options:
      ciphers: "RSA,DHE,..."

@makasim makasim merged commit 6d933e4 into php-enqueue:0.8 Nov 2, 2018
@makasim makasim modified the milestone: 0.9 Nov 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants