February 2018
Beginner
290 pages
7h 28m
English
SSL also works on a similar principle as IPSec; the key that is used for the data encryption is generated at runtime, and is encrypted with another key and transmitted.
In this case however, it uses public key cryptography concepts. We need to understand just one concept of how public key cryptography works before we delve into the details of how this would work.
SSL VPN, is normally used in a client-to-site (user accessing the data center) situation, but there is no reason we can't use this in the case of site-to-site.
The public key is wrapped in a certificate, which is a trusted provider. The server will possess both the public (in form of ...
Read now
Unlock full access