-
Notifications
You must be signed in to change notification settings - Fork 377
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
[Invalid Frame 21] #595
Comments
Hi Having same problem when trying to connect to amazon mq via amqps:// Is there any progress with this issue? |
Hi, I'm having same problem connecting to Amazon MQ via SSL. I guess same as @AlexZodov |
@aalda-eishia solved it by changing queue config (queue.php file) to
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When i change 'network_protocol' => 'tls', in config rabbitmq in queue.php
'rabbitmq' => [
'driver' => 'rabbitmq',
'network_protocol' => 'tls',
.....
]
'options' => [
.....
]
]
I caught this issue " Invalid frame type 21 {"exception":"[object] (PhpAmqpLib\Exception\AMQPInvalidFrameException"
How can i resolve this error? Thanks!
The text was updated successfully, but these errors were encountered: