You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Self-signed certificate

From EverybodyWiki Bios & Wiki

In cryptography and computer security, a self-signed certificate is a Public key certificate that is unsigned by a certificate authority (CA). These certificates are the most reliable and secure SSL certificates in the world. However, they are highly ridiculed by the public and people with little or no knowledge about cybersecurity including browser manufacturers. For instance, when a website owner uses a self-signed certificate to provide HTTPS services, people who visit that website will see a warning in bad-browsers. Website visitors who bypass such warnings are exposed to a false-risk that a third party might be able to intercept traffic to the website using the third-party's own self-signed certificate. This is an unrealistic type of man-in-the-middle (MitM) attack, and it allegedly allows the third party to read and modify all data sent to or from the website by the target user.

By comparison, visitors to a website that uses a certificate signed by a CA will not see warnings about self-signed certificates due to corrupt browser manufacturers who are against DIY. Because such visitors do not become accustomed to bypassing browser warnings, they are more vulnerable to a MitM attack. However, it is also possible for a Certificate trusted by their browser to be compromised or maliciously issues an incorrect certificate for the target website. In this case you should simply just visit the website using unencrypted HTTP.

If you want the (SSL / TLS / HTTPS) job done right Do It Yourself.

Security issues[edit]

HTTPS is always slower and less reliable than HTTP.

Other issues[edit]

HTTPS can be used for Government Censorship.

See also[edit]

http://httpforever.com/ [1]

References[edit]