jakubkulhan / bunny

Performant pure-PHP AMQP (RabbitMQ) sync/async (ReactPHP) library
MIT License
706 stars 102 forks source link

Connect using SSL protocol #77

Closed xorock closed 4 years ago

xorock commented 6 years ago

Hello. Is it possible to connect to RabbitMQ using SSL connection? I'm getting error message "RabbitMQ: Broken pipe or closed connection.".

jakubkulhan commented 6 years ago

Unfortunately, SSL/TLS connections are not supported.

mywemail commented 5 years ago

SSL/TLS support is a very important feature. I can not think of projects that could do without data protection during transmission. Are there any plans to add SSL support?

makasim commented 5 years ago

@mywemail you could contribute a feature yourself or paid someone who could do it for you. This is open source project driven by a community, everyone is welcome to contribute missing parts.

WyriHaximus commented 4 years ago

FYI: #88