arobson / rabbot

Deprecated: Please see https://github.com/Foo-Foo-MQ/foo-foo-mq
MIT License
277 stars 129 forks source link

Inject servername into amqplib #56

Closed codepope closed 7 years ago

codepope commented 7 years ago

Where there are multiple SSL secured Rabbits on a server, SNI is required to identify correct certificates. This change injects (without modifying) the connection options with the required servername from the Uri on making the connection.