3
I asked a question now asking about a feature that has become obsolete in a particular browser, why is it not a source with ssl.
I fully understand that the https
improves the security of the site, since the data Are encrypted.
But why browsers use the term "insecure origin" (insecure origin) for sources that do not use HTTPS, since the security of a website does not depend only from an SSL certificate?
We have many things that make a site unsafe:
Saying that lack of ssl makes the site insecure is not exaggeration?
No, I’m not angry at the navigators.
– Wallace Maxters
The question that generated the questioning of this: http://answall.com/questions/95282/getusermedia-agora-be%C3%A1-depreciated-in-related%C3%B5es-n%C3%A3o-https
– Wallace Maxters
Ah, just to clarify the protocol SSL does not improve safety at all, it acts as a supplement to increase the level of security. If you put SSL injections and XSS are still possible, because generally speaking, SSL protects only the transmission channel -.
– Edilson
So I see @Edilson agrees with me ;)
– Wallace Maxters
Another thing is, site with or without SSL It’s basically the same thing, because if you look at it, most sites just use connections like https on pages where the user provides sensitive data and which normally require some secrecy so that they are not intercepted, "but" if the input data is problematic and the system is not able to handle them, you will have exactly the same problems.
– Edilson
In an ideal world I wouldn’t have anything unsafe on an HTTP site. Simply do not use HTTP to traffic sensitive data or actions that depend on credentials. What problem would a restaurant or fencing club site have of using HTTP for general access pages? It would even be more efficient to communicate, including. The problem is that now has even provider that changes the content of the pages in exchange for some money or worse.
– Bacco