ssi-anik / laravel-amqp

anik/amqp wrapper for Laravel-ish frameworks
https://packagist.org/packages/anik/laravel-amqp
MIT License
29 stars 4 forks source link

how to use ssl in config? #1

Closed SoftrainHere closed 2 years ago

SoftrainHere commented 2 years ago

Hi I am using mq in aws and struggling with tiny problem

'stream_socket_client(): Unable to connect to amqps://xxx.mq.ap-northeast-2.amazonaws.com:5671 (Unable to find the socket transport "amqps" - did you forget to enable it when you configured PHP?)'

Where should I define ssl option for error above?? Help me please~~

ssi-anik commented 2 years ago

Did you read the documentation?