Introduction to SSL SSL stands for Secure Socket Layer, is a technology that provides secure connection between the web browser and web server. Means the data sent by one side is encrypted, transferred and decrypted on the other side of the communication. Introduction to digital certificates Before implementing secure connection, web server should have an digital certificate. In simple terms, digital certificates are like driver's license for ...