How to know a HTTPS connection in use is TLS-based or SSL-based?
If I want to use TLS instead of SSL in Apache2, is there anything special to config?
|
feedback
|
|
Does it matter? TLS can be considered just a newer version of SSL, and SSLv3 is still secure and used. "HTTPS" doesn't imply any version. By default, Apache's (It would be helpful if you updated your question with why do you want TLS in particular.) | |||
|
feedback
|
|
TLS is new name for SSL. And HTTPS mean HTTP + SSL/TLS. SSL is the World Standard for Web Security. SSL technology confronts the potential problems of unauthorized viewing of confidential information, data manipulation, data hijacking, phishing, and other insidious Web site frauds by encrypting sensitive data so that only authorized recipients can read it. If website is encrypted by SSL or TLS both call HTTPS. | |||
|
feedback
|