Skip to content
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

amqps协议 配置文件怎么改 #17

Closed
timelessonly opened this issue Oct 17, 2023 · 3 comments
Closed

amqps协议 配置文件怎么改 #17

timelessonly opened this issue Oct 17, 2023 · 3 comments
Labels
question Further information is requested

Comments

@timelessonly
Copy link

No description provided.

@chaz6chez
Copy link
Member

你要问的是amqp+ssl是吗?

@chaz6chez chaz6chez added the question Further information is requested label Oct 25, 2023
@timelessonly
Copy link
Author

是的

@chaz6chez
Copy link
Member

不过,你可以尝试一下,在配置app.php中增加以下看看是否生效

    'ssl'       => [
        'cafile'        => 'ca.pem',
        'local_cert'  => 'client.cert',
        'local_pk'    => 'client.key',
    ],

@chaz6chez chaz6chez pinned this issue Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants