Originally posted by original PM
View Post
When your web browser connects to a web server using http then nobody asks for encryption. But if you connect to it using https then both parties agree to encrypt the connection
But encryption comes down to what the application is, what the client asks for and if the application offers an encryption protocol
I.E. your web server may support encrypted connections, but if the client asks for an unencrypted one then the connection will be unencrypted
Having said, some web servers these days will redirect an http request to an https one so that encryption is enabled by default
Leave a comment: