-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Mastering RabbitMQ
By :

Secure Sockets Layer (SSL) is a standard protocol for establishing an encrypted link between a web server and a browser. SSL uses a cryptographic system that uses two keys to encrypt data; one is public key known to everyone and the other is a private key known only to the recipient of the message.
OpenSSL is a software library to be used in applications that need to secure communications. It has been widely adopted by the users for Internet web servers. The library consists of open source implementations of SSL and TSL as well as basic cryptographic functions. With the help of OpenSSL, RabbitMQ can establish an encrypted communication channel and exchange signed certificates. In order to verify a certificate, a chain of trust for certificates should be formed. The last element of the chain is the root certificate, which is a self-signed certificate.
If we look at the SSL support in RabbitMQ, it has a built...
Change the font size
Change margin width
Change background colour