- 28,130
- Posts
- 15
- Years
- Age 30
- he / him
- Florida
- Seen today
These days, having a secure website is very important, and it's probably now to the point where 95-98% of the websites you visit on a daily basis have SSL (secure socket layer) enabled by default. However, sometimes you come across that one website where your web browser prompts you whether or not you want to continue through due to either no certificate being present in the connection, or the certificate is expired.
What's the difference between HTTP and HTTPS, you might ask? With regular the regular HTTP protocol, any data you send through is sent through as unencrypted data (i.e. whatever information you submit through is logged as whatever you submitted it as), whereas with the HTTPS protocol, any data sent through is sent as an array of random digits and numbers that is difficult to decrypt.
With that in mind, how do you feel about SSL? Do you feel that with many, many websites using it now that it's still a safe protocol as it was intended to be? How do you feel about sites that you don't need to submit any sensitive data (such as passwords for bank accounts, social security numbers, etc) to that utilize SSL on their sites: is it necessary, or would it still be fine for the standard HTTP protocol to pass in this instance?
What's the difference between HTTP and HTTPS, you might ask? With regular the regular HTTP protocol, any data you send through is sent through as unencrypted data (i.e. whatever information you submit through is logged as whatever you submitted it as), whereas with the HTTPS protocol, any data sent through is sent as an array of random digits and numbers that is difficult to decrypt.
With that in mind, how do you feel about SSL? Do you feel that with many, many websites using it now that it's still a safe protocol as it was intended to be? How do you feel about sites that you don't need to submit any sensitive data (such as passwords for bank accounts, social security numbers, etc) to that utilize SSL on their sites: is it necessary, or would it still be fine for the standard HTTP protocol to pass in this instance?