what does SSL means?
SSL means Secure Sockets Layer which is a protocol used over the internet for securing transactions made between client to server. It basically acts like a tunnel between the server and you. It doesn’t allow others into the same tunnel, that way you are directly connected to them. The data that is transmitted through that tunnel is encrypted and scrambled so that when the data reaches the destination, the receiver will know how to unencrypt it and piece it back together.